.ct_img_producto{
	box-sizing: border-box;
	overflow: hidden; 	
	float: left;
	width: 310px;
	margin: 18px 0 0 10px;
	padding: 0;
	text-align: center;	 }
.cycle-slideshow { 
	box-sizing: border-box;
    width: 300px; 
	height: 300px;
	margin: 0 auto 0 auto;
	padding: 0; 
	position: relative; 
	text-align: center;	}
.cycle-slideshow img { 
	cursor: pointer;
    position: absolute; 
	display: block;
	text-align: center;	
	margin: 0 auto 0 auto; }
.cycle-slideshow img:first-child {
    position: static; 
	z-index: 100;
	margin: 0 auto 0 auto; }
.cycle-pager { 
	position: absolute; 
	overflow: hidden; 
	z-index: 500;
    text-align: center; 
	width: 100%; 
	top: 10px;  }
#ct_img_s_producto img{
	margin: 5px;
	position: center; 
	text-align: center; 
	border: 0px;
	border: #C5CAD6 1px solid; 
	padding: 2px;
		background-image: url('bg_img_lytebox.png');
		border-radius: 5px;
		-webkit-border-radius: 5px; 
		-moz-border-radius: 5px;	
	}
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    .ct_img_producto{ width: 100%;}
	.cycle-slideshow { width: 100%; margin:0; } 
	}
@media only screen and (max-width: 300px){
	.cycle-slideshow img { width: 100%; height: auto;} }