/*======================================================================*\
|| #################################################################### ||
|| # Youjoomla LLC 
|| # ---------------------------------------------------------------- # ||
|| # Copyright ©2006-2009 Youjoomla LLC. All Rights Reserved.           ||
|| # This file may not be redistributed in whole or significant part. # ||
|| # ---------------- THIS IS NOT FREE SOFTWARE ---------------- #      ||
|| # http://www.youjoomla.com | http://www.youjoomla.com/license.html # ||
|| #################################################################### ||
\*======================================================================*/
#accslide_holder{
display:block;
position:relative;
clear:both;
margin:0px auto;
padding:0px;
/*width:100%;
height:371px;*/
/*border:1px #666666 solid;*/
overflow:hidden;
}
#accslide_holder #accslider{
display:block;
position:relative;
clear:both;
list-style-type:none;
margin:0px;
padding:0px;
float:left;
width:9000px;
overflow:visible;
}

#accslider li.slide{
display:block;
position:relative;
float:left;
overflow:hidden;
text-align:left;
/*width:100px;*/
/*height:371px;*/
background:none;
padding:0;
}
/*#accslider li.opened{
width:500px;
}*/
#accslider li.slide div.info{
display:block;
position:absolute;
left:0px;
/*bottom:-50px;*/
/*width:460px;*/
padding:10px 20px;/* if you chnage this , 
you must change line 131 in mod_yj_accslider.php 
$openedWidth -40 where 40 is a sum of left and right padding */

font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
background-image:url(images/fill.png);
color:#CCCCCC;
}
#accslider li.slide span.title{
display:block;
position:relative;
font-size:11px;
font-weight:bold;
color:#CCCCCC;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin-bottom:10px;
}
.module_accslider,
.moduletable_accslider,
.yjsquare_accslider,
.yjround_accslider{
/*background:#fff;*/
padding:0;
}
.yjsquare_accslider .yjsquare_in{
padding:0;
margin:0;
}