/*.cycle-slideshow .cycle-slide {
	width: 100%; 
	max-width: none; 
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
}


.cycle-slideshow .cycle-slide .products {
	position: absolute;
	bottom: -200px;
	left: 0px;
	width: 100%;
	background: white;

	transition: bottom 0.5s;
	-moz-transition: bottom 0.5s; 
	-webkit-transition: bottom 0.5s; 
	-o-transition: bottom 0.5s;
	border: 1px solid #DDD;
	text-align: center;
}
.cycle-slideshow .cycle-slide .products.always-show {
	bottom: 0px;
	
}
.cycle-slideshow .cycle-slide:hover .products {
	display: block;
	bottom: 0px;    
}
.cycle-slideshow .cycle-slide .products > div {
    float: none;
    display: inline-block;
    text-align: center;
	position: relative;
	padding: 10px 0px;
}
.cycle-slideshow .cycle-slide .products a {
	display: block;
	position: relative; 
	float:left;
	background:white;
	top:0px;
	max-width:100%;
	
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.cycle-slideshow .cycle-slide .products a:hover {
	text-decoration: none;
}
.cycle-slideshow .cycle-slide .products.producthover a:hover {	
	
	margin-top: -20%;
	margin-left: -10%;
	margin-right: -10%;
	
	max-width: 120%;
	
	
	-webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.75);
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.75);	
	z-index: 100; 		
}
.cycle-slideshow .cycle-slide .products .ratings { display: inline-block; }
.cycle-slideshow .cycle-slide .title {
	position: absolute;
	top: 30px;
	left: 30px;
	font-size: 4em;
	line-height: 1em;
	color: white;
	font-weight: bold;
	
	text-shadow: 0px 1px 2px #333;
}

.cycle-slideshow .cycle-next,
.cycle-slideshow .cycle-prev {
	position: absolute;
	top: 50%;
	left: 0px;
	z-index: 500;
	font-size: 3em;
	line-height: 1em;
	margin-top: -1em;
	color: white;
	background: black;
	cursor: pointer;
	padding: 0px 10px 8px;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.cycle-slideshow .cycle-next:hover,
.cycle-slideshow .cycle-prev:hover { 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.cycle-slideshow .cycle-next	{ left: auto; right: 0px; }

.cycle-pager { z-index: 500; color: #eee; position: absolute; right: 15px; bottom: 15px; font-size: 5em; cursor: pointer; text-shadow: 0px -1px 1px #333; }
.cycle-pager .cycle-pager-active { color: #fff; }


.cycle-carousel div { vertical-align: top; }
.cycle-carousel a	{ display: block; text-align: center; }
*/