

/*Main Container*/
.container {
	width:100%;	
}
.container ul{
	list-style-type: none;
	margin: 0;
	padding:0;	
}
.container li{
	display: inline;
	margin: 0px;
	padding:0px;
}
/*Content Container*/
.contentContainer {
	margin-top:3px;
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 185px;	  
	background-image: url(../images/hp/h_slider/frame/bg.png);
	background-repeat:no-repeat;
	background-position: right;
	/*border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	background-color: #eeeeee;*/
	overflow:hidden;
}
.contentInnerWrapper{
	text-align: justify;
	padding: 10px;
	width: 810px;
}
.contentWrapper h3{
	border-bottom: 1px solid silver;
	background-color: #dfdfdf;	
}

/* Handle*/
.handle{
	margin-right: -10px;
}
/*  hrzAccordion handle  */

.hrzAccordion .handle{
	float: left;
	width: 30px;
	height: 185px;
	margin-top:3px;
	background:  url(../images/hp/h_slider/frame/ru_off.png) no-repeat;
	cursor: pointer;
}
/* Don't use it. Not good for this modified version
.hrzAccordion .handleOver{	
	background: url(../images/ru_on.png) no-repeat;
}*/
.hrzAccordion .handleSelected{
	background-color: #ff0000;
	background: url(../images/hp/h_slider/frame/ru_on.png) no-repeat;
}

.link {
	cursor: pointer;
	color: #ff0000;
}

.inside_hrzAccordion {
	padding:0px;
	margin-top:10px;
	margin-left:20px;
}

.inside_hrzAccordion h2 {
	color: rgb(99, 88, 82); 
	font-weight: bold; 
	font-size: 16px; 
	margin-bottom: 15px; 
	line-height: 18px;
}

.pic {
}
.arrow {
}

.part_3 {
	padding: 0;
	margin: 0;
	background: url(../images/hp/h_slider/frame/bg_part_3.png) no-repeat;
}

.part_3 a {
	color: rgb(60, 108, 148); 
	font-weight: bold; 
	text-decoration: none;
}

.part_3 a:hover {
	color: #009AFF;
}