﻿/*
    anythingSlider v1.2
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/


.newsSlider                         { width: 721px; height: 252px; position: absolute; margin:0; direction:ltr;}
.newsSlider *                       { margin: 0; padding: 0; }
.newsSlider .newsSliderWrapper      { width: 721px; overflow: auto; height: 252px; margin:0; position: absolute; top: 0; left: 0; }

                                       /* Width below is max for Opera */
.newsSlider .newsSliderWrapper ul   { width: 32700px; list-style: none; position: absolute; top: 0; left: 0;margin: 0; }
.newsSlider ul li                   { display: block; float: left; padding: 0; height: 252px; width: 721px; margin: 0;position:	relative;}
.newsSlider .arrow                  { position: absolute; top: 194px; cursor: pointer;  width:10px; height:10px; display:block;font-size:0px;text-decoration:none;line-height:8px;color:#333;}
.newsSlider .arrow a                 { font-size:0px !important;}
.newsSlider .forward                { background:url("../images/arrow_next.gif") center center no-repeat;right:655px;z-index:100000}
.newsSlider .back                   { background:url("../images/arrow_prev.gif") center center no-repeat;right:645px;z-index:100000}

#thumbNav                               { position: relative; top: 323px; text-align: center;display:none; }
#thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #c58b04 url("../../en/images/cellshade.png") repeat-x; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #e0a213; }

#start-stop                             { background: green; background-image: url("../../en/images/cellshade.png"); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; display:none;}
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.newsSlider .newsSliderWrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.newsSlider .newsSliderWrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

/* slide details */
.newsSlider .details {background:url("../../en/images/details_bg.png");color:#fff;height:65px;position:absolute;top:187px;width:722px;z-index:5100;right:0;}
/* More new */
.moreNews {color:#ffcc33 ; text-align:right;font-size:13px;z-index:1000000;position:absolute;top:190px;zoom:1;left:0;	}

.moreNews a{color:#ffcc33 !important;padding:0 7px;text-decoration:none;}
/* Corners */
.newsContainer{	}
.corners {background:url("../../en/images/corners.png") center center no-repeat; width:722px;height:252px;z-index:1000;position:absolute;}
.imgView {height:252px;width:722px;}


/* ************************************ Vertical slider ********************************** */
.side-banners {
	direction:ltr;
	height:	295px;
	overflow:hidden;
}

.side-banners ul , .side-banners li {
	margin:0;
	padding:0;
	list-style:none;
}
 .side-banners li {
 	margin-bottom:10px;
 }

.side-banners .jcarousel-container-vertical {
    width: 233px;
    height: 284px;
}

.side-banners .jcarousel-clip-vertical {
    width:  233px;
    height: 275px;
}

.side-banners .jcarousel-item {
    width: 233px;
    height: 61px;
}

.side-banners .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.side-banners .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
/**
 *  Vertical Buttons
 */
.side-banners .jcarousel-next-vertical {
    position: absolute;
    top: 270px;
    left: 30px;
    width: 16px;
    height: 32px;
    cursor: pointer;
    background: url(../images/vert_slider_down.jpg) center center no-repeat;
}

.side-banners .jcarousel-prev-vertical {
    position: absolute;
    top: 270px;
    left: 10px;
    width: 16px;
    height: 32px;
    cursor: pointer;
	background: url(../images/vert_slider_up.jpg) center center no-repeat;
}
