﻿/*
    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: relative; margin:0; *top:-13px;}
.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; }
.newsSlider .arrow                  { text-indent: -9999px; position: absolute; top: 194px; cursor: pointer;  width:10px; height:10px; display:block;}
.newsSlider .arrow a                 { font-size:0px !important;}
.newsSlider .forward                { background:url(../images/arrow_next.gif) center center no-repeat;left:620px;z-index:100000}
.newsSlider .back                   { background:url(../images/arrow_prev.gif) center center no-repeat;left:610px;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(../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(../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(../images/details_bg.png);color:#fff;height:65px;position:absolute;top:187px;width:722px;z-index:5100;}
/* More new */
.moreNews {color:#ffcc33 ;top:193px;text-align:right;font-size:11px;z-index:1000000;float:right;position:relative;	}
.moreNews a{color:#ffcc33!important;padding:0 10px;}

/* Corners */
.corners {background:url(../images/corners.png) center center no-repeat; width:722px;height:252px;z-index:5000;position:absolute;}
.imgView {height:252px;width:722px;}

/* ************************************ Vertical slider ********************************** */
.side-banners {
	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: 210px;
    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: 190px;
    width: 16px;
    height: 32px;
    cursor: pointer;
	background: url(../images/vert_slider_up.jpg) center center no-repeat;
}
