#mySliderCon{
position:relative;
height:574px;width:940px;
top:0px; left:42px;
overflow:hidden;
}

#mySliderInner{
position:absolute;
height:574px;width:auto;
}

div.sliderList{
float:left;
height:574px;width:940px;
}

div.sliderListImg{
display:none;
position:relative;
}

#mySliderLeftButton,
#mySliderRightButton{
position:absolute;
top:260px;
height:60px;width:60px;
/*border-radius:58px 58px 58px 58px;*/
opacity:0.5;
}

#mySliderLeftButton:hover,
#mySliderRightButton:hover{
cursor:pointer;
opacity:0.8;
}

#mySliderLeftButton{
left:10px;
background:url('/public/images/icon-arrowRL_60.png')0px 0px;
}

#mySliderRightButton{
right:10px;
background:url('/public/images/icon-arrowRL_60.png')-75px 0px;
}

/* Controller */
#mySliderControllerCon{
position:absolute;
bottom:20px;left:0px;
height:30px;width:940px;
text-align:center;
}

#mySliderControllerInner{
display:inline-block;
height:25px;width:auto;
}

div.mySliderControllerList,
div.mySliderControllerList_activated{
float:left;
margin:0px 5px;
height:10px;width:10px;
background-color:#e6e6e6;
border-radius:5px 5px 5px 5px;
}

div.mySliderControllerList_activated{
background-color:#949494;
}

div.mySliderControllerList:hover{
cursor:pointer;
}
