.carouselview{
	height: 200px; 
	overflow: hidden;
	position: relative; 
	background: url(images/slid.png) no-repeat;
}

.gallery-cover {
	position: absolute;
	overflow: hidden;
	width: 925px;
	height: 200px;
	top: 0px;
	right: 0px;
}

.gallery {
	position: relative;
	height: 200px;
	width: 925px;
}

.gallery ul li{
	height: 200px;
}

.gallery ul li img{
  float: right;
	height: 200px;
	width: 470px;
	z-index: 11;
}

.gallery ul li h2 {
	margin: 50px 0 5px 0;
	font-size: 18px;
	font-weight: normal;
	line-height: 26px;
	color: #000;
}

.gallery ul li h2 a, .mytext h2 a:link, .mytext h2 a:visited {
	text-decoration: underline;
	color: #000;
}

.gallery ul li h2 a:hover {
	color: #39c;
}

.prev{
	position: absolute;
	bottom: 30px;
	left: 420px;
	width: 35px;
	
}

.next{
	position: absolute;
	bottom: 30px;
	left: 455px;
	width: 35px;
}

.controls {
	position: relative;
	z-index: 10;
}

ul.numbers {
	margin: 168px 0 0;
	padding: 2px;
	height: 32px;
	width: 466px;
	background: #f5f5f5;
}

ul.numbers li { 
	float: left; 
	margin: 0 2px 0 0;}

ul.numbers li a, ul.numbers li a:link, ul.numbers li a:visited {
	float: left;
	width: 55px;
	height: 28px;
	font-size: 11px;
	line-height: 28px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: #cfd5df;
}

ul.numbers li a:hover, ul.numbers li.current a, ul.numbers li.current a:link, ul.numbers li.current a:visited {
	color: #369;
	background: #f5f5f5;
}
