/* s3Slider */

#slider {
    width: 410px; /* important to be same as image width */
    height: 350px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1 {
    width: 914px; /* important to be same as image width */
    height: 350px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#sliderContent, #slider1Content {
    width: 914px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage, .slider1Image {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 11px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 384px;
    background-color: #FFFFFF;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #666666;
    display: none;
}

.slider1Image span {
    position: absolute;
	font: 11px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 888px;
    background-color: #666666;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #FFFFFF;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong, .slider1Image span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 0;
	width: 120px !important;
	height: 350px;
}
.right {
	right: 0;
	bottom: 0;
	width: 120px !important;
	height: 340px;
}

ul { 
	list-style-type: none;
}

/* Easy Slider */

#slider3 ul, #slider3 li {
	margin:					0;
	padding:				0;
	list-style:				none;
}

#slider3 li { 
	width:					450px;
	height:					auto;
	overflow:				hidden; 
}	

#prevBtn, #nextBtn,#slider3next,#slider3prev { 
	display:				block;
	width:					30px;
	height:					77px;
	position:				absolute;
	left:					-30px;
	top:					71px;
	z-index:				1000;
}	

#nextBtn, #slider3next { 
	left:					696px;
}

#prevBtn a, #nextBtn a,#slider3next a, #slider3prev a {  
	display:				block;
	position:				relative;
	width:					30px;
	height:					77px;
	background:				url('../../images/btn_prev.gif') no-repeat 0 0;	
}

#nextBtn a, #slider3next a { 
	background:				url('../../images/btn_next.gif') no-repeat 0 0;	
}	
	
ol#controls {
	margin:					1em 0;
	padding:				0;
	height:					28px;	
}

ol#controls li {
	margin:					0 10px 0 0; 
	padding:				0;
	float:					left;
	list-style:				none;
	height:					28px;
	line-height:			28px;
}

ol#controls li a {
	float:					left;
	height:					28px;
	line-height:			28px;
	border:					1px solid #003e7b;
	background:				#EFEFEF;
	color:					#555;
	padding:				0 10px;
	text-decoration:		none;
}

ol#controls li.current a {
	background:				#003e7b;
	color:					#FFFFFF;
}

ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
	outline:				none;
}
