/* thumbnail slider begin */

/* apply the gallery design - links slider */
#gallery_container {
	height:400px;
	display:block;
	position:relative;
	margin-top: 1px;
	left: 0px;
	margin-left: -25px;
	margin-bottom: -1px;
}
/* the width is set to show the number of thumbnails that will be visible */
#thumb_container{
	position:relative;
	overflow:hidden;
	height:401px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
/* the thumbnails container */
#thumbs {
	white-space:nowrap;
	display:block;
	position:relative;
}

#thumbs a {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	cursor: default;
}
#thumbs a img{
	margin-bottom: -4px;

}
/* the forward and backward buttons */
.addfwd {
	display:block;
	position:absolute;
	cursor:pointer;
	width:1114px;
	height:25px;
	right:24px;
	top: 376px;
	background-color: #333333;
	/*IE*/
	filter: alpha(opacity=70);
	/*FireFox Opera*/
	opacity: .7;
	background-image: url(../imagenes/adelante_47.gif);
	background-repeat: no-repeat;
	background-position: 3px;
}
.addfwd a:avtive{
display:block;
	position:absolute;
	cursor:pointer;
	width:664px;
	height:25px;
	right:24px;
	top: 376px;
	background-color: #333333;
	/*IE*/
	filter: alpha(opacity=70);
	/*FireFox Opera*/
	opacity: .7;
	background-image: url(../imagenes/adelante_47.gif);
	background-repeat: no-repeat;
	background-position: 3px;
}
.addbkwd {
	display:block;
	position:absolute;
	cursor:pointer;
	width:80px;
	height:25px;
	left:25px;
	top: 376px;
	background-color: #333333;
	/*IE*/
	filter: alpha(opacity=70);
	/*FireFox Opera*/
	opacity: .7;
	background-image: url(../imagenes/atras_47.gif);
	background-repeat: no-repeat;
	background-position: right;
}
