﻿.carousel {
	width: 735px;
    /*width: 980px;*/
    margin:0 auto;
	position:relative;
}
.carousel ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}
.carousel li {
	background: transparent url(carousel_polaroid.png) no-repeat 0 0;
	font-size: 40px;
	color: #999;
	text-align: center;
	display: block;
	width: 232px;
	height: 178px;
	padding: 0;
	margin: 6px;
	float: left;
	position: relative;
}

.carousel li img {
	width: 201px;
	height: 127px;
	margin-top: 14px;
}
			
.carousel li span {
	background: transparent url(carousel_shine.png) no-repeat 0 0;
	text-indent: -999px;
	display: block;
	overflow: hidden;
	width: 201px;
	height: 127px;
	position: absolute;
	z-index: 2;
	top: 14px;
	left: 16px;
}
.carousel li p {
    position:absolute;
    text-align:center;
    font-size:14px;
    left:15px;
    right:16px;
    line-height:20px;
    height:20px;
    overflow:hidden;
    bottom:0px;
    color:#555;
    
    /*color:#fff;
    bottom:35px;
    background-color:rgba(231,29,77,0.5);*/
     
}
.clearfix {
	float: none;
	clear: both;
}
.carousel .prev, .carousel .next {
	background: transparent url(carousel_control.png) no-repeat 0 0;
	text-indent: -999px;
	display: block;
	overflow: hidden;
	width: 15px;
	height: 21px;
	margin-left: 10px;
	position: absolute;
	top: 70px;				
}
.carousel .prev {
	background-position: 0 0;
	left: -30px;
}
.carousel .prev:hover {
	left: -31px;
}			
.carousel .next {
	background-position: -18px 0;
	right: -20px;
}
.carousel .next:hover {
	right: -21px;
}				
.carousel .pager {
	text-align: center;
	margin: 0 auto;
}
.carousel .pager a {
	background: transparent url(carousel_control.png) no-repeat -2px -32px;
	text-decoration: none;
	text-indent: -999px;
	display: inline-block;
	overflow: hidden;
	width: 8px;
	height: 8px;
	margin: 0 5px 0 0;
}
.carousel .pager a.selected {
	background: transparent url(carousel_control.png) no-repeat -12px -32px;
	text-decoration: underline;				
}