/* root element for scrollable */
.vertical {
     
        margin-top:0px;
	/* required settings */
	position:relative;
	overflow:hidden;
	height: 90px;
	width: 315px;

}

/* root element for scrollable items */
.items {
	position:absolute;

	/* this time we have very large space for height */
	height:20000em;
	margin: 0px;
}

/* single scrollable item */
.items li {
        list-style:none;
	border-bottom:1px solid #ddd;
	margin:0;
	padding:5px;
	font-size:12px;
	height:86px;
        width:315px;
}

/* elements inside single item */
.items img {
	float:left;
	margin-right:20px;
	height:86px;
	width:115px;
}


/* the action buttons above the scrollable */
#actions {      
	
	margin:10px 0 0px 0;
}

#actions img{
	margin:0; padding:0; float:none;
}




#actions a {
	cursor:pointer;
}



.disabled {
	visibility:hidden;
}

.nextPage {

}
.prevPage {

}


/* the action buttons above the scrollable */
#actions2 {
	margin:10px 0 10px 0;
}

#actions2 img{
	margin:0; padding:0; float:none;
}


.mainwrapper {margin-left:13px; width:930px; height: 590px;background-color:#FEFDFD;}


.banners_case_study_box img.img_reset   {

    margin:0px;
    padding:0px;
    float:left;

}


.banners_case_study_box {

    width:960px;
    height:630px;
    float:left;
    background-color:#ebebec;
}



.banners_case_study_box p	{

	color:#666666;
	font: 11px/11px Helvetica, Arial, sans-serif;
	padding:5px 0px 5px 13px;

	/* Safari still requires a reset of the margin in spite of the reset sheet attached */
	margin:0px;


	}

.banners_case_study_box p a	{

	color:#ff6600;
	text-decoration:none;

}


.banners_case_study_box img {

        padding:0px 0px 0px 13px;

}
/* .list_menu { width: 280px; height:385px; position:absolute; left:790px; bottom:20px; padding-top:20px; background-color:#E0E0E0;} */
.list_menu { width: 315px; height:130px;margin-right:-35px; margin-left:30px; margin-top:57px; background-color:#CCCCCC; float:right; }
.box {width: 350px; margin-left:20px; padding-top: 20px;}

.boximg { padding-right:0px; margin-bottom:15px;}
.boximg img {padding-left:0; marging-left:0;}

.box a:hover {cursor:pointer;}

/* .list_content_rightimg{position:absolute; left:480px; bottom: 20px; margin-left:20px;} */
 .list_content_rightimg{float:right; margin-top:50px; margin-right:30px;}
.list_content_rightimg img{padding-left:0; width:429px; height:360px;}
.list_content_copy{font-family: Arial, Helvetica, sans-serif;font-size:12px; line-height:15px; width:650px; height:100px; margin-left:0px; margin-top:30px; color:#333333; padding:0;}
.list_content_copy .title {font-weight:bold; padding-left: 20px; float:left; width:22%;}
.list_content_copy .text {font-size:12px; float:left; width:70%;}
.list_content_copy hr {border: none 0; border-top: 1px solid #cccccc; height: 1px; }

.n4Tab{clear:both;}
.n4Tab .TabTitle{}
.n4Tab .TabTitle ul{list-style:none; font-family: Arial, Helvetica, sans-serif; font-size:11px; line-height:15px;}
.n4Tab .TabTitle li{cursor: pointer; height:95px; border-bottom: 1px solid #F3F2F2; padding-top:15px;}
.n4Tab .TabTitle .normal{color:#666666;}
.n4Tab .TabTitle .active{color:#ff6600;}
.n4Tab .TabTitle .active small{color:#666666;}


.n4Tab .TabTitle img {float:left; margin-left:-5px; margin-right:10px;}
.n4Tab .TabTitle h2 {font-family: Arial, Helvetica, sans-serif; font-size:15px;}
.n4Tab .TabTitle small {font-family: Arial, Helvetica, sans-serif;  font-size:13px; padding-top:2px; }

.n4Tab .TabContent {padding-top:10px 0;}
.n4Tab .TabContent a:hover {text-decoration:none; background-color:#33545A;}
.none {display:none; padding-top:10px 0;}
.none a:hover { text-decoration:none; color:#F24BA3;}

.list_title {font-family: Arial, Helvetica, sans-serif;color: #ff6600; font-size:20px; width:100%;}
.list_subtitle {font-family: Arial, Helvetica, sans-serif; color: #666; font-size:16px; margin-top:5px; margin-bottom:30px;}
