img
{
	max-height: 400px;
	max-width: 600px;
			
	position: absolute;
	
	visibility: hidden;
	
	border-width: 1px;
	border-color: #161616;
	border-style: solid;
	
	opacity: 0.1;
}

#loader
{
	position: absolute;
	top: 0px;
	left: 0px;
			
	z-index: 3;
}

#previousButton
{
	width: 48px;
	height: 56px;
	
	position: absolute;
	left: 0px;
	
	background-color: #b5b5b5;
	background-image: url(Images/PreviousArrow.png);
	background-repeat: no-repeat;
	background-position: 4px center;
	border-color: #aaa #999 #888 #999;
	border-width: 1px;
	border-style: solid;	
	
	opacity: 0.8;
	
	visibility: hidden;
	
	z-index: 2;
	
	cursor: pointer;
	
	-webkit-border-top-right-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-bottomright: 12px;
}

#nextButton
{
	width: 48px;
	height: 56px;
	
	position: absolute;
	right: 0px;
	
	background-color: #b5b5b5;
	background-image: url(Images/NextArrow.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	border-color: #aaa #999 #888 #999;
	border-width: 1px;
	border-style: solid;
	
	opacity: 0.8;
	
	visibility: hidden;
	
	z-index: 2;
	
	cursor: pointer;
	
	-webkit-border-top-left-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-bottomleft: 12px;
}
