
div.controls {
	width:270px;
}

div.controls a {
	
	padding-left:5px;
	padding-bottom:0px;
	text-decoration: none;
	color:#fff;
	font-size:12px;
	outline-style:none;
	
}

div.controls a:hover {
	
	color:#666;
}

div.ss-controls {
	float: right;
	padding-top:6px;
	
}

div.nav-controls {
	float: right;
	padding-top:6px;

}

div.loader {
	display:none;
	background-repeat: no-repeat;
	background-position: center;
	width: 270px;
	height: 372px;
}

.slideshow_women {
	clear: both;
	height:372px;
	width:270px;
	background-image:url(../gfx/text_donna.png);
}

.slideshow_men {
	clear: both;
	height:372px;
	width:270px;
	background-image:url(../gfx/text_uomo.png);
}

.slideshow_acc {
	clear: both;
	height:372px;
	width:270px;
	background-image:url(../gfx/text_acc.png);
}

.slideshow_fashion {
	clear: both;
	height:372px;
	width:270px;
	background-image:url(../gfx/text_fashion.png);
}

div.slideshow span.image-wrapper {
	float: left;
	height:372px;
}

.advance-link
{
	height:372px;
	width:270px;
	border:none;
	border-bottom-style:none;
}

.advance-link img
{
	border:0;
	height:372px;
	width:270px;
}

div.slideshow img {
	border: none;
	display: block;
	width:270px;
	height:372px;
	border-bottom-style:none;
}

div.navigation {

vertical-align:top !important;
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}

ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}

ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0px 0px 0px 0;
	list-style: none;
}

a.thumb {
	padding: 6px;
	display: block;
	border: none;
	border-bottom-style:none;
}


a.thumb:focus {
	outline: none;
}

ul.thumbs img {
	border: none;
	display: block;
}

div.pagination {
	clear: both;
}

div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 1px 5px 1px 5px;
	border: none;
	text-decoration: none;
	color:#fff;
	font-size:12px;
	font-weight: bold;
	outline-style:none;
}

div.pagination a:hover {
	text-decoration: none;
	color:#666;
}

div.pagination span.current {
	font-weight: bold;
	color: #666;
	outline-style:none;
}



