/************************ jCarousel Slider ************************/ 
#div_contents #slider {position:relative; z-index:10; width:960px; height:270px; margin-bottom:0px; overflow:hidden; text-align: left;}
#div_contents .slider {width:960px; height:270px;}
#div_contents .slider {position:relative; margin-bottom:10px;}
#div_contents .slider p {position:absolute; bottom:0; width:940px; height:40px; padding:5px 10px 9px 10px; color:#c2c2c2; background:#1e1e1e; opacity:0.80; filter:alpha(opacity=80); margin-bottom: 0px;}
#div_contents .slider p strong {display:block; padding-bottom:3px; color:#e47e19; font-style:normal; font-weight:bold;  font-size:18px;}
#div_contents .slider p span {display:block; width:350px; cursor:pointer;}
.jcarousel-items .jcarousel-container {position:relative; z-index:10;}
.jcarousel-items .jcarousel-container-horizontal {width:960px;}
.jcarousel-items .jcarousel-clip-horizontal {width:960px; height:270px;}
.jcarousel-items .jcarousel-item {width:960px; height:270px;}
.jcarousel-items .jcarousel-item-horizontal {margin-right:10px;}
.jcarousel-items .jcarousel-item-placeholder {background:#fff; color:#000;}
/* Horizontal Buttons */
.jcarousel-items .jcarousel-next-horizontal {position:absolute; bottom:10px; right:10px; width:20px;height:18px; cursor:pointer; background:url('/images/btn_bg.png') no-repeat 9px -67px;}
.jcarousel-items .jcarousel-prev-horizontal {position:absolute; bottom:10px; right:68px; width:20px; height:18px; cursor:pointer; background:url('/images/btn_bg.png') no-repeat 7px -47px;}
/* Additional styles for the controls. */
.jcarousel-control {position:absolute; right:27px; bottom:14px; width:40px; height:10px; z-index:100; text-align:left;}
.jcarousel-control a {display:inline-block; padding:0 5px; margin:0; text-indent:-99999px; background:url('/images/btn_bg.png') no-repeat 0 -13px;}
.jcarousel-control a:focus,
.jcarousel-control a:active {outline:none;}
.jcarousel-control a.selected {background:url('/images/btn_bg.png') no-repeat 0 2px;}
.jcarousel-control a span {text-indent:-9999px;}
*html .jcarousel-control {position:absolute; bottom:8px;}
*html .jcarousel-control a {display:inline-block; padding:0 2px; text-indent:0px;}
*html .jcarousel-control a span {display:block; width:5px; height:5px; text-indent:-9999px;}
*+html .jcarousel-control {position:absolute; bottom:20px;}
*+html .jcarousel-control a {display:inline-block; padding:0 2px; width:5px; height:10px; text-indent:0px;}
*+html .jcarousel-control a span {display:block; width:5px; height:5px; text-indent:-9999px;}
.jcarousel-scroll {margin-top:10px; text-align:center;}
.jcarousel-scroll form {margin:0; padding:0;}
.jcarousel-scroll select {font-size:75%;}
/************************ jCarousel core stylesheet ************************/
/* This <div> element is wrapped by jCarousel  */
.jcarousel-container {position:relative;}
.jcarousel-clip {z-index:2; padding:0; margin:0; overflow:hidden; position:relative;}
.jcarousel-list {z-index:1; overflow:hidden; position:relative; top:0; left:0; margin:0; padding:0;}
.jcarousel-list li,
.jcarousel-item {float:left; list-style:none; width:960px; height:270px;}
.jcarousel-item p {margin:0; padding:0;}
/* The buttons are added dynamically by jCarousel before the <ul> list */
.jcarousel-next {z-index:3; display:none;}
.jcarousel-prev {z-index:3; display:none;}
