* {
	margin:0;
	padding:0;
}
#carousel_container{
	float:left;
	height:235px;
	width:464px;
}
#top{
	background:url(images/successimages/roundtop.jpg) no-repeat;
	float:left;
	height:20px;
	padding-top:4px;
	width:464px;
}
#carousel_inner {
	background-image:url(images/successimages/innerback.jpg);
	position:relative;
	float:left;
	height:195px;
	width:362px; 
	overflow:hidden;
}
#carousel_ul {
	position:relative;
	left:-358px; 
	list-style-type:none; 
	width:9999px;
	padding-bottom:10px;
}
#carousel_ul li{
	float:left;                                   
	width:362px;
	height:190px;
	background:none;
}
#carousel_ul li i{
	font-weight:normal;
	font-size:13px;
	font-style:italic;
	color:#000;
	padding-right:3px;
	font-family:Arial, Helvetica, sans-serif;
}
#carousel_ul li strong{
	font-weight:normal;
	font-size:16px;
	font-style:normal;
	color:#1b316d;
	padding-right:3px;
	padding-bottom:3px;
	font-family:Arial, Helvetica, sans-serif;
}
#carousel_ul li img {
	cursor:pointer;
	cursor:hand; 
	border:1px solid #1b316d; 
}
.row{
	width:360px;
}
#left_scroll {
	border-left:1px solid #3e66ab;
	float:left;
	height:195px;
	width:50px;
}
#right_scroll {
	border-right:1px solid #3e66ab;
	float:right;
	height:195px;
	width:50px;	
}
#left_scroll img, #right_scroll img{
	cursor: pointer;
	cursor: hand;
}
.center{
	margin-left:65px;
}
#successbottom{
	background:url(images/successimages/roundbot.jpg) no-repeat;
	float:left;
	height:15px;
	width:464px;
}