#slideshow {
	float: left;
	width: 159px;
    height: auto;
    margin: 0px;
   	border: 0px;
  	position: relative;
}
#slideshow img {
	position: absolute;
	border: 0px;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow img.last-active {
    z-index:9;
}

/* Start Fashion Week */
.fashion_week {
	float: left;
	width: 125px; 
	height: 285px; 
	margin: 0px; 			 
	border: 0px; 
	overflow: hidden;
	position: relative; 
}
.fashion_week img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
.fashion_week p{ 
	margin: 0 0 0 10px;
	color: #eeeeee; 
	font-family: arial, tahoma, verdana, sans-serif; 
	font-size: 8pt;
}
.fashion_week h3 {
	font-size: 17px;
	font-weight: 600;
	margin: 5px 0 5px 12px;
}
/* End Fashion Week */

/* Start Designer Day*/
.designer_day {
	float: left; 
	width: 146px; 
	height: 285px; 
	margin: 0px; 			
	background: #161613; 
	border: 0px; 
	overflow: hidden; 
	position: relative; 
}

.designer_day img{ 
		position: absolute; 
		top: 0; 
		left: 0; 
		border: 0; 
}
/* End Designer Day */
	

.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 51px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
	.captionfull .boxcaption {
		top: 285;
		left: 0;
	}
	.caption .boxcaption {
		top: 220;
		left: 0;
	}
	
.fashion_boy { 
	width: 159px; 
	height: 285px; 
	margin:10px; 
	float:left; 
	background:#161613; 
	border: 0px; 
	overflow: hidden; 
	position: relative; 
}
	.fashion_boy img{ 
		position: absolute; 
		top: 0; 
		left: 0; 
		border: 0; 
	}
	.fashion_boy p{ 
		padding: 0 10px; 
		color:#afafaf; 
		font-weight:bold; 
		font:10pt "Lucida Grande", Arial, sans-serif; 
	}
