
.SlidingPanels {
	position: relative;
	width: 954px;
	padding: 0px;
	border: none;
	top:25px;
}

.SlidingPanelsContentGroup {
	position: relative;
	float: left;
	width: 10000px;
	margin: 0px;
	padding: 0px;
	border: none;
	height:210px;
}

.SlidingPanelsContent {
	float: left;
	width: 954px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	padding-right:10px;
	border: none;
}



.SlidingPanelsAnimating * {
	overflow: hidden !important;
}

.slidingTabPanelWrapper {
	background:transparent url(/common/images/tab/tabeffect.png) no-repeat scroll right bottom;
	display:none;
	height:25px;
	padding-bottom:7px;
	position:absolute;
	z-index:30;
}

#slideTabWrapper{
	background:transparent url(/common/images/tab/tabeffect.png) no-repeat scroll right bottom;	
	width:100%;
}	
.slidingTabPanel {
	list-style:none;
	margin:0;
	padding:0;
	height:25px;
	background-image: url(/common/images/tab/tabbg.gif);
}
.slidingTabPanel LI {
	list-style:none;
	float:left;
	line-height:24px;
	text-align:center;
}
.tabActive {
	position:relative;
	display:block;
	cursor:default;
	outline:none;
	padding-left:0;
	padding-right:0;
	color:#ffffff;
	margin-left:-3px;
	height:25px;

}
.tab {
	position:relative;
	display:block;
	background-position:-100px;
	cursor:pointer;
	outline:none;
	padding-left:0;
	padding-right:0;
	color:#464646;
	background: transparent url(/common/images/tab/rightsep.gif) no-repeat scroll right center;
}
.tab:hover {
	/*background-position:-50px;*/

}


.slidingPanelContent{
	 float:left;
	 background-color:#003663;
	 color:#fff;
	 height:210px;
	 width:40%;
}
.slidingPanelImg{
	float:left;
	background-color:#003663;
	color:#fff;
	height:210px;
}


.tab  a {
	color: #464646;
}	

.tabActive  a {
	color: #fff;
}

.cslideLeftArrowBox{
	float:left;
	width:50%;
	display:none;
}

.cslideRightArrowBox{
	float:right;
	width:50%;
	text-align:right;
	display:none;
}

.panelArrowBox{
	float:left;
	margin-top:-50px;
}


