/*--------- slider ---------*/
#slide {width:480px;  
		height:400px; 
		overflow:hidden; 
		z-index:577;
		margin:0 auto;
		position: relative;
		background:#fff;}

.slider {width:480px; 
		height:400px;
		overflow:hidden; 
		position:relative; 
		left:0%;
		margin-left:0px;}

.items {display:none;}

.pagination {position:absolute; 
			bottom:370px;
			left:15px;
			 z-index:1000; 
			 width:120px; 
			 height:13px;
			 display:inline-block;}
			 
.pagination li {float:left; display:inline-block;
				margin: 0 1px 0 1px;}
.pagination a{display: inline-block; 
				width:13px; height:13px;
				background: url(../images/pagination.png) 0 -13px no-repeat;
				float:left;}
.pagination li.current a, .pagination li:hover a{background: url(../images/pagination.png) 0 0 no-repeat;}

.banner{width:400px;position:absolute;top:330px; color:#f0eeeb; left:15px !important; z-index:15; text-align:left; height:229px; text-transform:uppercase; font-style:normal;padding-top:20px;}
.banner p{}
.banner span{}

/*.prev{background:url(../images/prew_arrow.png) 0 0 no-repeat; 
		width:55px; 
		height:106px; 
		position:absolute; 
		top:300px; 
		left:50px; 
		z-index:1000; 
		display:block;}
.prev:hover {background:url(../images/prew_arrow.png) 0 bottom no-repeat;}
.next {background: url(../images/next_arrow.png) 0 0 no-repeat; 
		width:55px; 
		height:106px;
		position:absolute; 
		top:300px; 
		right:50px;
		z-index:1000; 
		display:block;}
.next:hover {background: url(../images/next_arrow.png) 0 bottom no-repeat;}*/



