/* Container */
.container{
	margin:0px 0px 0px 0px;
	padding:0px;
	background:#F6F6F6;
	height:215px;
	width:200px;
}


/* Cycler */
.cycler{position:relative; width:200px; height:215px; overflow:hidden;}
.cycler img{position:absolute;z-index:1; width:200px;}
.cycler img.active{z-index:3}

