#gifcontainer {
	/*
	height: 597px;
	
	*/
	max-width: 597px;
	height: 597px;
	background-color: white;/*#b0c2c6;
	background-image : url('loader.gif');*/
}

#gifcontainer img {
	position: absolute;
}

.pbutton {
	/*
	width: 720px;*/
	max-width: 597px;
	height: 30px;
	line-height: 36px;
	background-color:white;
	font-family: "arial", "sans-serif";
	vertical-align: middle;
	cursor: pointer;
}

.pbutton img {
	opacity: 0.1;
	float:left;
	position: absolute;
}

.pbutton.selected  img{
	opacity: 1;
}

.pbutton.selected  span {
	color: white;
}


.pbutton span {
	padding-left: 10px;
	float:left;
	position: absolute;
	opacity: 0.2;
	text-overflow: visible!important;
	white-space:nowrap;
	font-family: Arial!important;
	color: black;
	font-size: 15pt!important;
	margin-top: -3px!important;
}

.pbutton:hover {
	opacity: 0.5;
}

.pbutton.selected span {
	opacity: 1;
}

.pbutton:hover span{
	opacity: 0.75;
}


.loader {
	z-index: 10000 !important;
	position: relative;
	margin-left: -100px;
	margin-top: -100px;
	float: left;
	left: 50%;
	top: 50%;
}

.imgcapsule {
	display:block;
}