ul
{
	margin:0;
	padding:0;
	list-style-image:none;
}
	
.clear
{
	clear:both;
	line-height:0;
	font-size:0;
	width:100%;
}

.box-shadow
{
	box-shadow:0 1px 1px #fff;
}

/*--------- slider ---------*/
#slide
{
	position:relative;
	overflow:hidden;
	border:2px solid #EBEBEC;
	border-radius:7px;
  -moz-border-radius:7px;
  -webkit-border-radius:7px; /* for safari and chrome */
  -khtml-border-radius:7px;
  -o-border-radius:7px;
  behavior: url(ie-css3.htc);
	width:auto;
	margin:0px auto 0 auto;
	padding:4px;
	z-index:2;
}

.slider
{
	width:auto;
	height:350px;	
	margin:0 auto;
	position:relative;
	z-index:2;
}

.items
{
	display:none;
}
/*
.pagination
{
	position:absolute;
	bottom:0px;
	left:0px;
	display:inline-block;
	background:url(../img/pagination-bg.png) 0 0 repeat;
	width:910px;
	padding:15px 0 14px 30px;
	border-radius:0 0 8px 8px;
	z-index:999 !important;
}


.pagination li {float:left;	margin-right:4px;}
.pagination a { display:block; width:21px; height:21px; background:url(../img/pagination.png) right 0 no-repeat; }
.pagination li.current a, .pagination li:hover a { background-position: 0 0;}

.prev {}
.prev:hover {}
.next {}
.next:hover {}
*/
.banner
{
	border-radius:7px;
  -moz-border-radius:7px;
  -webkit-border-radius:7px; /* for safari and chrome */
  -khtml-border-radius:7px;
  -o-border-radius:7px;
  behavior: url(ie-css3.htc);	
	z-index:1000 !important;
	position:absolute;
	top:325px;	
	font-size:12px;
	line-height:30px;
	color:#1E2C5A;
	width:auto;
}

.banner h4
{
	background:none;
	color:rgb(200,25,30);
	font-weight:bold;
	font-size:20px;
	margin:0;
	padding:0;
	text-align:left;
}
	
	
	
	
