/*	Imagecycler
------------------------------ */
 #imagecycler {
	
	height: 306px;
	width:458px;
	position:relative;
	top:-50px;
	
}

#imagecycler ul, #imagecycler li {
	list-style: none;
	padding: 0; margin: 0;
}


#next-prev li {
	z-index: 200;
	
	

}

.branding #wrapper #content #rightColumnMain #imagecycler ul#next-prev li#next, .print #wrapper #content #rightColumnMain #imagecycler ul#next-prev li#next, .web #wrapper #content #rightColumnMain #imagecycler ul#next-prev li#next {
	
	z-index:1000; position:relative; top:300px; left:400px; width:80px; font-size:0.9em;
}

.branding  #rightColumnMain #imagecycler #next-prev li#prev, .print  #rightColumnMain #imagecycler #next-prev li#prev, .web  #rightColumnMain #imagecycler #next-prev li#prev {
	
	z-index:1000; position:relative; top:323px; left:310px; width:80px; font-size:0.9em;
}



#imagecycler #products-list {
	
	height: 306px;
	width: 458px;
}

#imagecycler #products-list li a {
	color: #fff;
}

#imagecycler #products-list li img {
	
	display: none;
}

