/*---------------- CAROUSEL  ---------------------*/

a img {
	border: none;
	vertical-align: bottom;
}


#topNavigation {
	clear: both;
	padding: 0px 0 165px 0;
}


#kwicks_container, #kwicks {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	text-align: left;
}

#kwicks_container {
	height: 165px;
	width:495px;
	overflow:hidden;
	float:left;
	margin:auto;
}



#kwicks {
	position: relative;
}




#kwicks .kwick {
	float: left;
	display: block;
/* below width is the NORMAL size */
	width: 40px;
	height: 165px;
	
	/* Using asterisk to target IE7 and under */
	*overflow:hidden;
}

