/*Creado por Iván Bustos para DisenoPaginas.com*/
/*Prohibida su reproducción parcial ó total*/
/*Todos los derechos reservados©*/
/*Created by Iván Bustos for DisenoPaginas.com*/
/*Copying or reverse engineering is strictly prohibited*/
/*All rights reserved©*/

/*IMPORTS*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/

@import url('basic.css');

/*content*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/

#contentContainer div.gallery
{
	margin-top:									15px;
	position:									relative;
	width:										250px;
}
#contentContainer div.gallery img.default
{
	display:									block;
	position:									absolute;
	left:										260px;
	width:										628px;
	height:										398px;
	border-style:								solid;
	border-width:								1px;
	top:										0;
	border-color:								#888;
}

#contentContainer div.gallery a span.description
{
	display:									none;
}
#contentContainer div.gallery a img
{
	width:										118px;
	height:										75px;
	margin-bottom:								2px;
	border-style:								solid;
	border-width:								1px;
	border-color:								#AAA;
}
* html #contentContainer div.gallery a img
{
	border-style:								none;
}
#contentContainer div.gallery a
{
	display:									block;
	float:										left;
	width:										120px;
	height:										76px;
	background-image:							url('../images/productInfoBG.png');
	color:										#333;
}
* html #contentContainer div.gallery a
{
	height:										78px;
}
#contentContainer div.gallery a:hover img
{
	display:									block;
	position:									absolute;
	left:										260px;
	width:										628px;
	height:										398px;
	border-style:								solid;
	border-width:								1px;
	border-color:								#666;
	top:										0;
}
* html #contentContainer div.gallery a:hover img
{
	border-style:								none;
}

#contentContainer div.gallery a:hover span.description
{
	display:									block;
	position:									absolute;
	left:										260px;
	width:										608px;
	padding:									10px;
	height:										24px;
	border-style:								solid;
	border-width:								1px;
	border-color:								#999;
	top:										410px;
	background-image:							url('../images/productInfoBG.png');
}
