.photoslider {

}

.photoslider_nav {
	position: relative; 
	overflow: hidden;
	float:left;
	height: 65px;
	width: 452px;
	margin: auto;
}

.photoslider_thumbBar {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
}

.photoslider_thumb {
	position: relative;
	background-color:white;
	background-image:url(/images/fondocuadrado.png);
	border: solid #BCD3FE 1px;
	width:80px; 
	height: 55px;
	overflow:hidden;
	float: left; 
	margin: 5px;
	cursor: pointer;
}
.photoslider_thumb:hover {
	border: solid #FFCF84 1px !important;
	top:-2px;
}
.photoslider_thumb img 
{
  /*height:54px;*/
	/*border: solid white 1px;*/
}
.photoslider_thumb img:hover
{
 /* height:54px*/
	/*border: solid #FFCF84 1px !important;*/
}

.izquierda { 
	width:35px;
	margin-top:20px; 
	background-image:url(/images/scroll_left.png); 
	height:40px;
	background-repeat:no-repeat;
	float:left;
}
.izquierdashort { 
	width:35px;
	margin-top:20px; 
	background-image:url(/images/scroll_left_short.png); 
	height:40px;
	background-repeat:no-repeat;
	float:left;
}

.derecha { 
	width:33px; 
	margin-top:20px;
	background-image:url(/images/scroll_right.png);
	height:40px;
	background-repeat:no-repeat;
	float:right;
}

.derechashort { 
	width:33px; 
	margin-top:20px;
	background-image:url(/images/scroll_right_short.png);
	height:40px;
	background-repeat:no-repeat;
	float:right;
}


.photoslider_clear {
	clear: both;
}

.photoslider_main  {
	position: relative; 
	clear:both;
	padding-bottom: 5px;
	width:570px; 
	overflow:hidden;
	text-align:center;
}

.photoslider_main img {
	position: relative;
	width:566px;
	height:385px;
	overflow:hidden;
	border: solid #ffffff 2px;
	display: block; 
	margin: auto;
}

.photoslider_caption {
	font-weight: bold;
	text-align: center; 
	color:White;
	padding-bottom:10px;
}

.photoslider_control {
	display: none;
	
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	margin: auto;
	height: 30px;
	width: 52px;
}

.photoslider_play, .photoslider_stop {
	width: 18px;
	height: 19px;
	margin: auto;
	padding: 3px;
	cursor: pointer;
	text-align: center;
	border: solid #fff 1px;
	float: left;
}

.photoslider_play {
	background: url('/images/play_pause.gif') no-repeat 0px 0px;
}

.photoslider_stop {
	background: url('/images/play_pause.gif') no-repeat -25px 0px;
}

.slideshow_disabled {
	border-bottom: solid #919191 2px;
}
