/****************************************
* Carousel - pressBook
*****************************************/

#mycarousel {padding:2px 2px 2px 2px; height:390px;margin-left:-170px;position:relative;}
.js{overflow:hidden;zoom:1;}
.carousel,.carousel .carousel-wrap{margin:0;border:0;zoom:1;}
.js .carousel-wrap{display:inline-block;vertical-align:middle;width:992px;margin:0 5px 15px;}
.IE .js .carousel-wrap{display:inline;}
.carousel ul{margin:0;padding:0;zoom:1;}
.js ul li{overflow:hidden;display:inline;float:left;width:992px;height:357px;text-align:center;}
.carousel .disabled, .carousel .disabled:hover{-moz-opacity:.1;opacity:0.10;filter:alpha(opacity=10);cursor:default;}
.carousel div{margin:0;padding:0;border:0;}
.carousel ul{padding:0;list-style:none;}
.carousel ul li{position:relative;width:500px;margin:0;}
.carousel ul li cite{position:absolute;bottom:3px;right:10px;line-height:19px;font-size:11px;}
.carousel ul li cite a img{vertical-align:middle;}
.carousel ul li cite a{color:#fff;text-decoration:none;}
div.center-wrap{overflow:hidden;clear:both;zoom:1;}
div.center-wrap div{border:0;float:left;width:auto;}
div.center-wrap a{margin:0 2px;padding:2px 5px;border:1px solid #4f4f4f;background:#6FA72A;cursor:pointer;color:#fff;}
div.center-wrap a.active{font-weight:bold;color:#4f4f4f;}
#mycarousel div.center-wrap p {border:none; float:left; margin:0; padding:0;}

div.center-wrap{overflow:hidden;clear:both;zoom:1;}
div.center-wrap div{border:0;float:left;width:auto;}
div.center-wrap a{margin:0 2px;padding:2px 5px;border:1px solid #4f4f4f;background:#d51f76;cursor:pointer;color:#fff;}
div.center-wrap a.active{font-weight:bold;color:#4f4f4f;}
#mycarousel div.center-wrap p {border:none; float:left; margin:0; padding:0;}


#mycarousel .carousel-control{
	color:#d51f76;
	width:400px;
	border:1px solid #d51f76;
	margin:0px 0 0 0;
	padding:5px 10px 5px 10px;
	}
#mycarousel .carousel-next{
	width:12px;
	height:14px;
	background:transparent url(../../images/arrowLeft.png) no-repeat scroll 5px 5px;
	position:absolute;
	cursor:pointer;
	top:365px;
	left:524px;
	}
	
#mycarousel .carousel-previous{
	width:12px;
	height:14px;
	background:transparent url(../../images/arrowRight.png) no-repeat scroll 15px 5px;
	position:absolute;
	cursor:pointer;
	top:365px;
	left:490px;
	}
/*#mycarousel .carousel-previous{width:12px;height:14px;background:transparent url(../../images/arrowRight.png) no-repeat scroll 15px 5px;}*/
#mycarousel .carousel-control:hover{-moz-opacity:.7;opacity:0.70;filter:alpha(opacity=70);}
#mycarousel .disabled,#mycarousel .carousel .disabled:hover{-moz-opacity:.1;opacity:0.10;filter:alpha(opacity=10);cursor:default;}