﻿.contenido
{
	margin-top: 10px;
}

.contenido .col-left{
	float:left;
	margin-left:5px;
	width:170px;
	height:250px;
	background-color: #eef2f3;
}
.contenido .col-left .fotos-chicas-productos{
	margin:5px;
	float: left;
	width: 160px;
	height:233px;
	overflow-y:auto;
	overflow-x:hidden;	
}

.contenido .col-left .fotos-chicas-productos img{
	width:44px;
	height:42px;
}

.contenido .col-right a
{
	text-decoration:underline;
	color:Blue;
}

.contenido .col-right .content .slideshow img
{
	width:300px;
	height:200px;
	padding: 25px;
}

.contenido .col-right{
	float:left;
	text-align:justify;
	width:350px;
	height:250px;
	border: solid 1px #e5e5e5;
}

.contenido .col-right .content .ss-controls
{
	display:none;
}

.contenido .col-right .content .controls
{
	position:relative;
}

.contenido .col-right .content .controls .prev
{
	display: block;
	background-image: url(/img/prev.gif);
	width: 15px;
	height: 15px;
	text-indent: -9999px;
	position:absolute;
	left: 5px;
	top: 120px;
}

.contenido .col-right .content .controls .next
{
	display: block;
	background-image: url(/img/next.gif);
	width: 15px;
	height: 15px;
	text-indent: -9999px;
	position:absolute;
	top: 120px;
	right:5px;
}

.clear
{
	clear:both;
}

ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px;
	list-style: none;
	background-color: #f4f4f4;
}

ul.thumbsProductos li
{
	height: 44px;
	width: 42px;
}

a.thumb {
	display: block;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
	background-color: Black;
	padding:0px;
	margin:0px;
}