/* Alambre Estudio
   www.alambre.net
   //
   Estilos Auka CSS+XHTML
   Catalogo
   Abril 2010
*/

/* General */

div#container {
}
div.content {
	display: none;
	clear: both;
}

div.slideshow-container,
div.loader,
div.slideshow a.advance-link {
	width: 960px; /* This should be set to be at least the width of the largest image in the slideshow with padding */
}

div.slideshow a.advance-link {
	width: 960px; /* This should be set to be at least the width of the largest image in the slideshow with padding */
}


div.loader,
div.slideshow a.advance-link,
div.caption-container {
	padding: 0px;
	height: 442px; /* This should be set to be at least the height of the largest image in the slideshow with padding */	
}

div.slideshow-container {
	clear: both;
	height: 442px;
	white-space: 960px;
	position: relative;
}

div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loading.gif');
	background-repeat: no-repeat;
	background-position: center;
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	background-color: #edebe7;
	padding: 0px;
	margin: 0px;
}
div.slideshow a.advance-link {
	display: block;
	line-height: 0px; /* This should be set to be at least the height of the largest image in the slideshow with padding */
	text-align: center;
}

div.slideshow a.advance-link:hover,
div.slideshow a.advance-link:active,
div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow a.advance-link:focus {
	outline: none;
}

div.slideshow img{
	margin: 0px;
	top: 0px;
	cursor: pointer;
    cursor: hand;
}

.navigation-container{
width: 960px;
clear: both;
margin-top: 10px;
height: 62px;
overflow: hidden;
}

.navigation{
width: 642px;
height: 62px;
}

div#thumbs{
	width: 630px;
	height: 62px;
	overflow-y: hidden;
	display: block;
	float: left;
}

div#navpagina{
	height: 62px;
	width: 18px;
	background-color: #f4f3f1;
	margin-left: 10px;
	float: left;
}

div#caption{
	text-transform: lowercase;
	float: right;
	text-align: right;
	font-size: 11px;
	width: 328px;
	height: 62px;
}

ul.thumbs {
	margin: 0;
	padding: 0;
}

ul.thumbs li {
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
}

ul.thumbs li.selected img{
	filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.6;
}

a.thumb {
	display: block;
}

a.thumb:focus {
	outline: none;
}

ul.thumbs img {
	border: none;
	display: block;
}

div.navpagina{
	height: 62px;
	width: 18px;
	background-color: #f4f3f1;
	margin-left: 10px;
	float: left;
}

div#caption .caption{
	width: 328px;
	height: 62px;
}


div.controls {
	height: 420px;
	position: absolute;
	left: 960px;

}
div.controls a {
}
div.ss-controls {
}
div.nav-controls .prev{
background-position: 4px 4px;
background-image: url(../img/estructura/ant.gif);
background-repeat: no-repeat;
width: 9px;
height: 9px;
display: block;
}

div.nav-controls .next{
background-position: 4px 4px;
background-image: url(../img/estructura/sig.gif);
background-repeat: no-repeat;
width: 9px;
height: 9px;
display: block;
}

div.ss-controls .play{
background-position: 4px 4px;
background-image: url(../img/estructura/play.gif);
background-repeat: no-repeat;
width: 9px;
height: 9px;
display: block;
}

div.ss-controls .pause{
background-position: 4px 4px;
background-image: url(../img/estructura/pause.gif);
background-repeat: no-repeat;
width: 9px;
height: 9px;
display: block;
}

div.nav-controls a, div.ss-controls a{
	margin-top: 6px;
	margin-bottom: 11px;
	margin-left: 4px;
	padding: 4px;
}

div.nav-controls a:hover, div.ss-controls a:hover{
	filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.6;
}

/* Catalogo */

.catalogo_lista{
	width: 960px;
	clear: both;
	overflow: hidden;
	border-top-style: solid;
	border-top-color: #787878;
	border-top-width: 1px;
	margin-bottom: 10px;
}

.catalogo_lista .titulo{
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 8px;
}

.catalogo_lista ul{
	width: 968px;
}

.catalogo_lista ul li{
	text-transform: lowercase;
	display: block;
	float: left;
	width: 234px;
	margin-right: 8px;
	text-align: left;
	margin-bottom: 5px;
	}

.catalogo_lista ul li:hover{
	background-color: #ececea;
}

.catalogo_lista .imagen{
	text-align: left;
	margin-bottom: 4px;
}

.catalogo_lista .caption{
	text-align: left;
	margin-bottom: 4px;
	float: none;
	height: 48px;
	overflow: hidden;
}
