/* START Easy Slider styles */
#slider {
	left:50px;
	position:absolute;
	top:0;
	z-index:1;
}
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider, #slider li { 
	/* define width and height of container element and list item (slide)
	list items must be the same size as the slider area */ 
	width:850px;
	height:229px;
	overflow:hidden; 
}
span#prevBtn a, span#nextBtn a {
	height:50px;
	position:absolute;
	width:50px;
	text-indent:-9000px;
	top:75px;
	display:block;	
}
span#prevBtn a {
	background:url(../images/sleft_arrow.png) no-repeat;
	left:2px;

}
span#prevBtn a:hover {
	background-position: 0px -50px;  
}	
span#nextBtn a {
	background:url(../images/sright_arrow.png) no-repeat;	
	right:2px;
}
span#nextBtn a:hover {
	background-position: 0px -50px;  
}				
/* END Easy Slider styles */

/* START slider-1 contents */
.slider-right {
	float:left;
	margin:0 0px 0 10px;
	max-width:395px;
}
.slider-right h1 {
	float:left;
	width:100%;
	margin:15px 0 0 0;
	font-weight: bold;
}
.slider-right p {
	float:left;
	margin:8px 0 8px 0;
	width:100%;
}
.slider-left {
	background:url(../img/slider_decoration.gif) no-repeat;
	float:left;
	height:226px;
	min-width: 300px;
	max-width:425px;
	margin:3px 0 0 0;
	margin-left: 25px;
	text-align: center;
}
.slide-image {
	margin:6px 0 0 6px;
}
/* END slider-1 contents */

/* START slider-3 contents */
.slider-centered {
	float:left;
	width:100%;
}
.slider-centered h1 {
	width:100%;
	margin:10px 0 10px 0;	
}
.slider-gallery-wrapper {
	float:left;
	width:100%;
}
.slider-gallery-content {
	text-align:center;
	height:100px;
	margin:20px 0 0 0;	
}
.slider-gallery-item {
	display:inline;
	margin:0 10px 0 10px;
	line-height:0;
}
/* targets ie6 only */
* html .slider-gallery-item  {
	margin:0 13px 0 13px;
} 
/* targets ie7 only */
*:first-child+html .slider-gallery-item {
	margin:0 13px 0 13px;
}
.slider-gallery-content a {
	background-color:#fff;	
	display:table-cell;
	display:inline-block;
	height:78px;
	margin:0 auto;	
	width:126px;
	border:1px solid #d5d5d5;
}
.slider-gallery-content a:hover {
	border:1px solid #ababab;
}
.slider-gallery-content a img {
	border:4px solid #f7f7f7;
}
/* END slider-3 contents */

/* START slider-2 contents */
.slider-list {
	float:left;
	width:100%;
	margin:8px 0 0 0;
}
.slider-list span {
	background:url(../img/list_arrow.gif) no-repeat top left;
	float:left;
	display:block;
	margin:4px 0 3px 0;
	padding:0 0 0 24px;	
	width:388px;
}
/* END slider-2 contents */
