#carPrev {
	width: 30px;
	position: relative;
	width: 43px;
	height: 54px;
	top: -241px;
	left: -12px;
}

.carPrevEnabled {
	background: url("../images/scrollLeft.png") 0 -54px no-repeat;
}

.carPrevEnabled:hover {
	display: block;
	width: 43px;
	height: 54px;
	background: url("../images/scrollLeft.png") 0 0 no-repeat;  
}


#carPrev a {
	display: block;
	width: 43px;
	height: 54px;
	background: none; 
}

#carNext {
	width: 43px;
	height: 54px;
	position: relative;
	top: -295px;
	right: -914px;
}

.carNextEnabled { 
	background: url("../images/scrollRight.png") 0 -54px no-repeat;
}

.carNextEnabled:hover {
	display: block;
	width: 43px;
	height: 54px;
	background: url("../images/scrollRight.png") 0 0 no-repeat;
}

#carNext a { 
	display: block;
	width: 43px;
	height: 54px;
	background: none; 
}

.carousel ul {
	position:absolute;
	width: 100%;
	overflow:hidden;
	color:#fff;
	padding: 0;
	margin: 0;
	list-style:none;
}

.carousel .mask {
	position:relative;
	overflow:hidden;
}

.carousel ul li {
	float:left;
	width:226px;
	height:162px;
	color:#fff;
	text-align:left;
	margin: 0px 5px 15px 5px;
	cursor:pointer;
}

.carousel a {
	text-decoration: none;
}

.carousel h3 {
	padding: 40px 8px 0 8px;
	color:#fff;
	text-align:left;
        font-size:11px;
        line-height: 13px;
        font-weight: 400;
}

.carousel p {
	padding: 5px 8px 0 8px;
	font-size:11px;
        font-weight: 700;
}

.carousel .pagination-links {
        display:block;
        z-index: 1;
        border-top: 1px solid #c9c9c9;
	list-style:none;
	text-align: center;
        margin: 4px 0;
        padding:0;
        width: 934px;
}
 
.carousel .pagination-links li {
  margin: 0 5px 0px 0px; padding: 0;
	display: inline-block;
	height: 20px;
}
.carousel .pagination-links li:first-child { margin: 0px; }


.carousel .pagination-links li a {
	display:block; 
        z-index: 2;
        margin: -9px 0 0 0; padding: 0;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-decoration:none;
	color: #ffffff;
	text-indent: 22px;
        background: url("../images/carouselPaginationBlank.png") top center no-repeat;
	
}

.carousel .pagination-links li a:hover {text-decoration:none;}

.carousel .pagination-links li.current a {
	 background: url("../images/carouselPaginationSelected.png");
	 background-repeat: no-repeat;
	 color:#fff;
}
 
.carousel .disabledR {
	color:gray;
	background: url("../images/scrollRight.png") 0 -108px no-repeat;
	cursor:default;
}

.carousel .disabledL { 
	color:gray;
	background: url("../images/scrollLeft.png") 0 -108px no-repeat;
	cursor:default;
}

/** my carousel 3 **/
#page-carousel .mask {
	width:945px;
}

.color-1 {background:#1788D7;}

.box_container4{position:relative; overflow:hidden; height: 162px;}
.box_container4 a, .box_container4 a:visited {color: #fff}
.box_image4{ position:absolute; top: 0; left:0; width: 100%; height:162px; }
.box_imageText{  width: 186px; height:42px; margin: 0px; padding-left:40px; position: absolute; bottom: 0px; left: 0px; line-height: 42px;}
.box_imageText img,
.box_imageText span { position: absolute; top: 50%; margin-top: -14px; line-height:14px; vertical-align: middle; font-size: 12px; font-weight: 700;}
.box_imageText span { display: block; width: 170px; }
.box_imagePlay{ width: 26px; height: 26px; position: absolute; top:0px; left: 9px; opacity:0; filter: alpha(opacity=0); -moz-opacity: 0;}
.box_info4 { margin:10px; margin-left: 0; font-size: 12px; color: #c9c9c9; }
.box_info4 h3 { margin: 0; margin-top:10px; margin-bottom: 15px}