/* 
    Document   :  playSlider
    Created on :  Aug, 2011
    Author     :  Andrei Dinca, AA-Team
    Description:  Slider stylesheet here.
*/
.playSlider {
    width: 940px;
    height: 500px;
    position: relative;
    background-image: -moz-linear-gradient(top, #fcfcfc, #f7f7f7 3%, #f2f2f2 12%, #d9d9d9 90%, #bfbfbf);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#fcfcfc), to(#bfbfbf), color-stop(3%, #f7f7f7), color-stop(12%, #f2f2f2), color-stop(90%, #d9d9d9));
    box-shadow: 0 0 4px rgba(0,0,0,0.55);
}
.playSlider ul.slide-content {
    height: 500px;
    width: 940px;
    overflow: hidden;
    list-style: none;
    list-style-position: inside;
    margin-left: 0;
}
.playSlider .nextBackControllers {
    display: block;
    text-indent: -9999px;
    outline: none;
    z-index: 110;
    width: 129px;
    height: 52px;
    position: absolute;
    bottom: 60px;
    right: 30px;
}
.playSlider .nextBackControllers a:hover {
    background-position: 0 -50px;
}

/* prev button */
.playSlider .nextBackControllers a.prev {
	float: left;
	width: 35px;
	height: 52px; 
	display: block;
	background: url(../images/playSlider-prev.png) top left no-repeat;
}
.playSlider .nextBackControllers a.prev:hover {
	background-position: 0 -50px;
}

/* pause button */
.playSlider .nextBackControllers a.pause {
	float: left;
	width: 46px;
	height: 52px; 
	display: block;
	background: url(../images/playSlider-pause.png) top left no-repeat;
}
.playSlider .nextBackControllers a.pause:hover {
	background-position: 0 -60px;
}

/* play button */
.playSlider .nextBackControllers a.play {
	float: left;
	width: 46px;
	height: 52px; 
	display: block;
	background: url(../images/playSlider-play.png) top left no-repeat;
}
.playSlider .nextBackControllers a.play:hover {
	background-position: 0 -60px;
}

/* next button */
.playSlider .nextBackControllers a.next {
	float: left;
	width: 38px;
	height: 52px; 
	display: block;
	background: url(../images/playSlider-next.png) top left no-repeat;
}
.playSlider .nextBackControllers a.next:hover {
	background-position: 0 -50px;
}

.playSlider ul.slide-content li {
    position: absolute;
    width: 940px;
    height: 443px;
    top: 0;
    left: 0;
    display: block;
    margin: 0px 0px 0px 0px;
}
.playSlider ul.slide-content li img {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
}
.playSlider .sliderBullets {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 17;
    margin-left: -45px;
}
.playSlider .sliderBullets a {
    display: block;
    float: left;
    text-indent: -9999px;
    outline: none;
    margin-left: 5px;
    width: 15px;
    height: 15px;
   
}
.playSlider .sliderBullets .on {
    background-position: 0 -19px;
}
.playSlider a {
    color: #333840;
}
.playSlider a img {
    border: none;
}
.prealoadImages {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    margin: -15px 0 0 -15px;
}
.playSlider .textHolder {
    height: 40px;
    padding-top: 20px;
    background: url(../images/slider_caption.png) top left repeat-x;
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 5;
    width: 100%;
}
.playSlider .textHolder p {
    position: absolute;
    left: 0;
    top: 9px;
    color: #5f7ea8;
    font-size: 14px;
    width: 900px;
    display: block;
    font-family: QueensParkRegular, Georgia, "Times New Roman", Times, serif;
    padding: 0 31px;
	text-align: left;
}
.playSlider .textHolder h5 {
    display: none;
}
.playSlider .textOverlay {
    position: absolute;
    left: 0;
    z-index: -1;
    bottom: 0;
    display: block;
    background: url(../images/slider1_item_active.png) repeat-x #292929;
}
.playSlider .textHolder p strong {
    color: #333840;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    font-family: "Microsoft Yahei", Georgia, "Times New Roman", Times, serif;
    display: block;
    padding-bottom: 7px;
    line-height: 1em;
}
.playSlider .progressBar {
    height: 4px;
    background: #7e7e7e;
    z-index: 4;
    position: absolute;
	left:0px;
}
.playSlider .navigation {
    width: 940px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 49px;
    background: url(../images/playSlider-navigation-bk.jpg);
    margin: 0;
    z-index: 102;
}
.playSlider .navigation li {
    display: block;
    float: left;
    margin: 0;
}
.playSlider .navigation li a {
	display: block;
    height: 49px;
    line-height: 49px;
    background: url(../images/slider1_line_bot.png) repeat-y scroll right top transparent;
    font-size: 12px;
    color: #575e66;
    font-family: "GothamMediumRegular", Georgia,"Times New Roman",Times,serif;
	font-weight: normal;
    margin: 0;
    padding: 0 0 0 23px;
}
.playSlider .navigation li a.on, .playSlider .navigation li a:hover {
	color: #fff;
}
