#carousel {
	position:relative;
	width:740px;
	height:370px;
	margin:0px 0px;
}

#carousel ol.navigation {
	list-style: none;
	list-style-image: none;
	position: absolute;
	bottom : 8px;
	left: 300px;		
	z-index:1000;
}
#carousel ol.navigation li {
	float:left;
	display:inline;
	margin-right:10px;
	width:20px;
	height:20px;	
}
#carousel .item {
	height : 370px;
	width : 740px;
	background-color:white;
	display:none;	
	background-repeat: no-repeat;
	background-position: top left;
	padding:0px 0px ;
	margin:0px 0px;
	z-index:999;
	position: relative;
	cursor: pointer;
}

/*
#carousel .contents {
	position:absolute;	
	bottom:100px;
	right:50px;
}

#carousel .contents h1 {
	font-family : "UBSHeadline", Arial, sans-serif;
	color:black;
	font-size:36px;
}

#carousel .contents a {
	font-family : "UBSHeadline", Arial, sans-serif;
	color:#E60000;
	font-size:18px;
	font-style:italic;	
	font-weight:bold;
	text-decoration: none;
}

#carousel .contents a:hover {
	text-decoration: underline;
}
*/
#carousel .left-arrow {
	background-image: url('/CEFSWebApp/com/ubs/cefs/images/new_login/bg_nav-slider.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	cursor: pointer;
}

#carousel .right-arrow {
	background-image: url('/CEFSWebApp/com/ubs/cefs/images/new_login/bg_nav-slider.png');
	background-position: -84px 0px;
	background-repeat: no-repeat;
	cursor: pointer;
}

#carousel .white-circle {
	background-image: url('/CEFSWebApp/com/ubs/cefs/images/new_login/bg_nav-slider.png');
	background-position: -30px 0px;
	background-repeat: no-repeat;
	cursor: pointer;
}

#carousel .grey-circle {
	background-image: url('/CEFSWebApp/com/ubs/cefs/images/new_login/bg_nav-slider.png');
	background-position: -62px 0px ;
	background-repeat: no-repeat;
	cursor: pointer;
}

.hidden_carousel_image_preload_container {
	float:left; display:inline; 
	width:1px !important; 
	height:1px !important;
	background-position: -9999px -9999px;
	background-repeat: no-repeat; 
}