/*
 * YUI Simpleviewer Gallery
 * @author tflüter
 * based on yui 2.71
 */

#yui_simpleviewer #galleryThumbs_PaginationContainer_Right, #yui_simpleviewer #galleryThumbs_PaginationContainer_Left {
	float: left;
	width: 10px;
	margin-top: 7%;
}
 
#yui_simpleviewer #galleryThumbs_PaginationContainer_Right {
	margin-left: 10px;
}

#yui_simpleviewer #galleryThumbs_PaginationContainer_Left {
	margin-right: 10px;
}

#yui_simpleviewer{
	height:400px;
}


#yui_simpleviewer .previewImage{
	margin-top: 50px;
	float:left;
	width:500px;
	height:350px;
	overflow:hidden;
	text-align:center;
}


#yui_simpleviewer .slideContainer{
	margin-left: 16px;
	margin-top: 311px;
	float:left;
	width: 350px;
	overflow:hidden;
}

#yui_simpleviewer .slideContainer  .sliderContent{
	width: 80%;
	height: 100px;
	float: left;  
	overflow: hidden;
}

#yui_simpleviewer .slideContainer  .arrow{
	width: 310px;
	height: 20%;
}

#yui_simpleviewer .slideContainer  .arrow a{ color: #ffffff; text-decoration:none; font-weight:bold;}
#yui_simpleviewer .slideContainer  .arrow a:hover{ color: #4993E6; text-decoration:none; font-weight:bold;}

#yui_simpleviewer .slideContainer  .sliderContentInner{
	width: 5000px;
}

#yui_simpleviewer .slideContainer  .sliderContentInner .slideElement{
	float: left;
	width: 310px;
}

#yui_simpleviewer #navLeft {
	opacity: 0.5;	
}

#yui_simpleviewer .slideContainer  .sliderContentInner .slideElement img{
	margin:9px;
	border:3px solid #ffffff;
	cursor:pointer;
}

#yui_simpleviewer .slideContainer  .sliderContentInner .slideElement img:hover{
	border:3px solid #4993E6;
}

/*
 * Ajax Styles 
 */
#yui_simpleviewer .previewContainer{
	width:100%; height:100%; 
	position: relative;
}

#yui_simpleviewer .previewContainer .overlayNavi{
	width:40%; height:100%; 
	float:left; 
	position: absolute; 
	top:0px; 
	opacity: 0;
	cursor:pointer;
}

#navInImageLeft{
	left:10%;
	text-align: left;
}

#navInImageRight{
	left:50%;
	text-align: right;
}






