* {
	margin:0;
	padding:0;
}

ul { list-style:none;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}

html, input, textarea
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	color:#8c8c8c;
	}

object { 
	vertical-align:top; 
	outline:none;
}




input, select { vertical-align:middle; font-weight:normal;}

a {color:#fff; outline:none;}

p {padding-bottom:18px;}

/*================ carousel ==========================*/
.carousel {
	height:200px;
}
#pane5 {
	height:230px;
}

.jScrollPaneContainer {
	z-index: 1;
	overflow: hidden;
	position: relative;
	height:230px !important;
}
.jScrollPaneTrack {
	background: url(../images/slider-bg.gif) no-repeat 0% 3px;
	left: 0px;
	width: 999px;
	cursor: pointer;
	top: 200px;
	position: absolute;
	
}
.jScrollIntervalTrack {
	position: absolute;
	display:none
}
.jScrollPaneDrag {
	background: url(../images/handle.gif) no-repeat 0% 0%;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	width:102px!important;
	margin-top: 3px;
	margin-right: 15;
	margin-bottom: 3px;
	margin-left: 15px;
}
.jScrollPaneDragLeft {
	left: 0px;
	overflow: hidden;
	bottom: 0px;
	position: absolute
}
.jScrollPaneDragRight {
	right: 0px;
	overflow: hidden;
	bottom: 0px;
	position: absolute
}

ul.blocks {
	display: block;
	padding: 0px;
	width: 1309px;
	height: 200px;
	overflow:hidden
}
ul.blocks li.scroll-interval {
	display: block;
	float: left;
	margin: 0px !important;
	width: 1309px;
	height: 200px;
	overflow:hidden;
}
.holder {
	display: block;
	border: 1px solid #d2bd95;
}
.scroll-pane {
	float: left;
	width: 689px;
	padding: 0px;
	height: 200px;
}
#pane5 {
	display: block;
	overflow: hidden;
	padding: 0px;
	
}
