@charset "utf-8";
/* CSS Document */

.carousel{
	width:888px;
	height:286px;
	position:relative;
	margin:auto;
}
.carouselSlider{
	width:888px;
	height:286px;
	position:relative;
	margin:auto;
	overflow:hidden;
	z-index:0;
}
.carousel2{
	width:907px;
	height:297px;
	position:relative;
	margin:auto;
}
.carousel_themeswts{
	width:600px;
	height:180px;
	position:relative;
	margin:auto;
}
.carousel2 img{
	padding: inherit inherit inherit 0px !important;
}
.carousel_themeswts img{
	padding: inherit inherit inherit 0px !important;
}
.carouselSlider2{
	width:907px;
	height:360px;
	position:relative;
	margin:auto;
	overflow:hidden;
	z-index:0;
	padding:20px 0 0;
}
.carouselSlider_themeswts{
	width:600px;
	height:180px;
	position:relative;
	margin:auto;
	overflow:hidden;
	z-index:0;
	padding:20px 0 0;
}
.carouselFrame{
	width:900px;
	height: 300px;
	position:absolute;
	top:-8px;
	left:-5px;
	background:url(../img/slider_frame.png);
	z-index:2;
}
.carouprev, .carounext, .carouprev2, .carounext2, .carouprev_themeswts, .carounext_themeswts{
	position:absolute;
	background:url(../img/arrows.png);
	width: 68px;
	height: 52px;
	top: 35%;
	text-indent: -9999px;
	z-index:5;
}
.carouprev{
	left: -10px;
}
.carounext{
	right: -10px;
	background-position: right top;
}
.carouprev2{
	left: -25px;
}
.carounext2{
	right: -25px;
	background-position: right top;
}
.carouprev_themeswts{
	left: -25px;
}
.carounext_themeswts{
	right: -25px;
	background-position: right top;
}
.carouprev:hover, .carounext:hover, .carouprev2:hover, .carounext2:hover{
	opacity:0.90; -moz-opacity:0.9; -webkit-opacity:0.9; filter:alpha(opacity=90);
}
.caroupage, .caroupage2, .caroupage_themeswts{
	text-align:center;
	padding:5px 0 0;
}
.caroupage a, .caroupage2 a, .caroupage_themeswts a{
	width: 19px;
	height: 19px;
	margin: 5px;
	background: url(../img/bullets.png);
	display:inline-block;
	text-indent: -9999px;
}
.caroupage a.selected, .caroupage2 a.selected, .caroupage_themeswts a.selected{
	background: url(../img/bullets.png) 0 -19px;
}

/************************/
/* Carousel Themes WTS */
/**********************/

.carousel_themeswts {
	background-color: #ccc;
	background-color: rgba(205, 205, 205, 0.5);
	margin: 0;
	width: 517px;
	position: relative;
	border-radius: 5px;
	padding: 8px 0 0;
	float: right;
	margin: 0 0 0 20px;
	box-shadow: 0 0px 2px 0px rgba(0, 0, 0, .5);
}
.carousel_themeswts ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.carousel_themeswts li {
	font-size: 40px;
	color: #999;
	text-align: center;
	background-color: #eee;
	border: 5px solid #999;
	width: 150px;
	height: 150px;
	padding: 0;
	margin: 6px;
	display: block;
	float: left;
}
.carousel_themeswts li:hover {
	border: 5px solid #fafafa;
}

.clearfix {
	float: none;
	clear: both;
}
.prev_themeswts, .next_themeswts{
	position: absolute;
	background-image: url(../img/sld_010_arr.png);
	top: 60px;
	width: 31px;
	height: 67px;
	display:block;
}
.prev_themeswts:hover, .next_themeswts:hover{
	-webkit-opacity: .7;
	-moz-opacity: .7;
	opacity: .7;
}
.prev_themeswts{
	left: -6px;
	background-position: left top;
}
.next_themeswts{
	right: -6px;
	background-position: right top;
}
.pager {
	float: left;
	width: 300px;
	text-align: center;
}
.pager a {
	margin: 0 5px;
	text-decoration: none;
}
.pager a.selected {
	text-decoration: underline;
}