/******************************* Easy Slider **********************************************/

	.slider{ position:relative; width:100%; overflow:hidden;}
	.box-top {
			overflow:hidden;
			float:left;
			width:573px;
			position:relative;
			left:0;
			padding:8px 10px 0 10px;
			background:url(../images/content-bg.png);
	}
	* html .box-top {background:#b9b7b7;}
	.box-window{ width:573px; position:relative; overflow:hidden; }
	
	#slider_list{margin:0; padding:0;}
	#left, #right{ cursor:pointer}	

	.box-top ul { list-style:none; width:6000px; position:relative;}
	.box-top ul li { display:inline-block; float:left; background:#fff; padding:1px 0px 1px 1px; position:relative; }
	.box-top ul li a{ width:142px; height:240; position:relative; z-index:10;}
	.box-top ul .title-slide{
   position:relative; 
   font-size:10px; 
   text-transform:uppercase; 
   margin-top:-34px; z-index:50; 
   background:url(../images/content-bg.png); 
   line-height:11px; padding:8px 20px 0 4px;
    width:176px; height:26px; 
    color:#fff;}
	

	.box-left {float:left; position:relative; width:20px; padding-top:83px; margin-left: 7px;}
	.box-left .butt a{ position:absolute; width:20px; height:64px; background:url(../images/prev.png) no-repeat 0 0; text-decoration:none;}
	.box-left .butt a:hover{ background:url(../images/prev-act.png) no-repeat 0 0;}
	.box-right { float:left; position:relative; padding-top:83px;}	
	.box-right .butt a{ position:absolute; width:25px; height:64px; background:url(../images/next.png) no-repeat 0 0; text-decoration:none;}
	.box-right .butt a:hover{ background:url(../images/next-act.png) no-repeat 0 0;}
	.box-top .fleft { float:left; display:inline; margin:38px 16px 0px 5px;}
	
	#left_but, #right_but{ cursor:pointer;}

/* // Easy Slider */

ul.gallery {
	list-style: none;
	margin: 0; padding: 0;
}
ul.gallery li {
	float: left;
	display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
	
	width: 142px;
	position:relative;
}
ul.gallery li a {display: block; overflow:hidden; text-decoration:none;}
ul.gallery li a.thumb {
	width: 142px; /*--Width of image--*/
	height: 240px; /*--Height of image--*/
	cursor: pointer;
}
ul.gallery li span { /*--Used to crop image--*/
	width: 142px;
	height: 240px;
	overflow: hidden;
	display: block;
}
	ul.gallery li.last {
		margin-right:0;
		background:none;
		margin-right:0;
		width:220px;
	}
ul.gallery li a.thumb:hover {
	background: #333; /*--Hover effect for browser with js turned off--*/
}

