/* menu principal */
#kwicks_container {
	background-color: white;
	height: 545px;
}

#kwicks {
	position: relative;
}

#kwicks .kwick {
	overflow: hidden;
	float: left;
	display: block;
	width: 234px;
	background: #a4bb29 url( /imagenes/toprightline7.gif ) no-repeat right 0;
}



/* pestaņas de la pagina de productos */
#tab_titles {
	position: relative;
}

#tab_titles .tab_title {
	overflow: hidden;
	float: left;
	display: block;
	cursor: pointer;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	background: #a4bb29 url( /imagenes/toprightline7.gif ) no-repeat right 0;
}

b.table_tab_title {
	font-family: Verdana, sans serif;
	font-size: 19px;
	color: white;
	font-weight: bold;

}

b.table_tab_title_small {
	font-family: Verdana, sans serif;
	font-size: 15px;
	color: white;
	font-weight: bold;
	line-height: 13px;
}

/* contenidos de la pagina de productos */
#tabs {
	position: relative;
}

#tabs .tab {
	overflow: hidden;
	float: left;
	display: block;
}

#tab_fotos {
	background-color: white;
}

/* main boxes */
#horizontal_container {
	position: relative;
	height: 400px;
	width: 200px;
	vertical-align: bottom;
}

#horizontal_container .horizontal_item {
	
	display: block;
	position: absolute;
	width: 100px;

}

/* image zoom */

#zoomer_container {
	display: block;
	position: relative;
	width: 750px;
	height: 500px;
}

#zoomer_big_container {
	display: block;
	position: absolute;
	background: url( /imagenes/please_wait.gif ) center center no-repeat #FFFFFF;
	overflow: hidden;
	margin: 10px auto 0px;
	border: 2px green dashed;

}

#zoomer_image {
	display: block;
	position: absolute;
}

#zoomer_thumb {
	display: block;
	position: absolute;
	overflow: hidden;
	margin: 10px auto 0px;
	top: 5px;
	left: 5px;
	border: 2px white none;
}

#zoomer_region {
	background: url( /imagenes/pointer_move.gif ) center center no-repeat white;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: move;
	border: 2px green dashed;
}




