@charset "utf-8";
/* CSS Document */

#slider { overflow:hidden; width:428px;}
#slider ul { width:20000em}
#slider ul, #slider li { margin:0; padding:0; list-style:none; }
#slider li{ width:386px; height:255px; overflow:hidden; position:relative; float:left;}

#prevBtn, #nextBtn { display:block; width:24px; height:24px; position:absolute; right:10px; text-indent:-9999px; bottom:37px;}
#prevBtn { right:40px;}
#prevBtn a, #nextBtn a { display:block; position:relative; width:24px; height:24px; background:url(../../images/slider/btn_prev.png) no-repeat 0 0; }
#nextBtn a{ background:url(../../images/slider/btn_next.png) no-repeat 0 0; }
#prevBtn a:hover{background:url(../../images/slider/btn_prev.png) no-repeat 0 -24px;}
#nextBtn a:hover{background:url(../../images/slider/btn_next.png) no-repeat 0 -24px;}

#slider-youth-studio { width:601px; overflow:hidden;}
#slider-youth-studio ul, #slider-youth-studio li { margin:0; padding:0; list-style:none; width:20000em}
#slider-youth-studio li { width:601px; height:258px; overflow:hidden; position:relative; float:left;}
#prev-youth-studio, #next-youth-studio{ display:block; width:24px; height:24px; position:absolute; z-index:1000; right:10px; text-indent:-9999px; bottom:0px; opacity:1;}
.highlight_box #prev-youth-studio, .highlight_box #next-youth-studio{bottom:10px;}
#prev-youth-studio { right:40px;}
#prev-youth-studio a, #next-youth-studio a { display:block; position:relative; width:24px; height:24px; background:url(../../images/slider/btn_prev.png) no-repeat 0 0; }
#next-youth-studio a{ background:url(../../images/slider/btn_next.png) no-repeat 0 0; }
#prev-youth-studio a:hover{background:url(../../images/slider/btn_prev.png) no-repeat 0 -24px;}
#next-youth-studio a:hover{background:url(../../images/slider/btn_next.png) no-repeat 0 -24px;}

.prev-youth-studio, .next-youth-studio{ display:block; width:24px; height:24px; position:absolute; z-index:1000; right:10px; text-indent:-9999px; bottom:0px; opacity:1;}
.highlight_box .prev-youth-studio, .highlight_box .next-youth-studio{bottom:10px;}
.prev-youth-studio { right:40px;}
.prev-youth-studio a, .next-youth-studio a { display:block; position:relative; width:24px; height:24px; background:url(../../images/slider/btn_prev.png) no-repeat 0 0; }
.next-youth-studio a{ background:url(../../images/slider/btn_next.png) no-repeat 0 0; }
.prev-youth-studio a:hover{background:url(../../images/slider/btn_prev.png) no-repeat 0 -24px;}
.next-youth-studio a:hover{background:url(../../images/slider/btn_next.png) no-repeat 0 -24px;}

#slider-video-channels ul, #slider-video-channels li { margin:0; padding:0; list-style:none; }
#slider-video-channels li { width:601px; height:258px; overflow:hidden; position:relative;}
#prev-video-channels, #next-video-channels{ display:block; width:24px; height:24px; position:absolute; z-index:1000; right:0px; text-indent:-9999px; bottom:0px; opacity:1;}
#prev-video-channels { right:30px;}
#prev-video-channels a, #next-video-channels a { display:block; position:relative; width:24px; height:24px; background:url(../../images/slider/btn_prev.png) no-repeat 0 0; }
#next-video-channels a{ background:url(../../images/slider/btn_next.png) no-repeat 0 0; }
#prev-video-channels a:hover{background:url(../../images/slider/btn_prev.png) no-repeat 0 -24px;}
#next-video-channels a:hover{background:url(../../images/slider/btn_next.png) no-repeat 0 -24px;}


/* numeric controls */	
ol#controls { margin:1em 0; padding:0; height:28px; }
ol#controls li { margin:0 10px 0 0; padding:0; float:left; list-style:none; height:28px; line-height:28px; }
ol#controls li a { float:left; height:28px; line-height:28px; border:1px solid #ccc; background:#DAF3F8; color:#555; padding:0 10px; text-decoration:none; }
ol#controls li.current a { background:#5DC9E1; color:#fff; }
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus { outline:none; }	

