/*
PayPal Developer Central Style Sheet
Mod date: 28 August 2009
*/
/* Global Element Styles */

/*carousel styles*/
#carousel.enabled {
width:720px;
}
#carousel.enabled .inner {
position: relative;
width: 688px;
height:150px;
float: left;	
overflow: hidden;
background: url(scr_slidebg688x150.gif) no-repeat;
}
#carousel.enabled .inner ul{ 
position: relative;
top: 0;
left: 0;
padding-left:0px;
list-style: none;
}
#carousel .inner ul li {float: left;background:none;padding:0;}
#carousel .inner ul li a {
background: url(scr_moduleDiv_2x114.gif) no-repeat right;
display: block;
text-align: center;
padding:0 9px;
width:210px;
height:126px;
}
#carousel .inner ul li img {border: 0;}
#carousel .paginate {
width: 15px;
line-height: 150px;
color: #999;
background: #666;
text-align: center;
cursor: pointer;
float: left;
}
#carousel .paginate.active {
color: #fff;
cursor: pointer;
}
#carousel .leftScroll{
background:transparent url(scr_leftbutton16x150.gif) no-repeat;
cursor:pointer;
float:left;
height:150px;
width:16px;
}
#carousel .rightScroll{
background:transparent url(scr_rightbutton16x150.gif) no-repeat;
cursor:pointer;
float:left;
height:150px;
width:16px;
}

#indicator {clear:both;float:left;width:718px;height:13px;}
#indicator .left {
float:left;
width:14px;
height:12px;
padding-left:40%;
background:transparent url(btn_leftWing14x13.gif) no-repeat right top;
}
#indicator .centeron {
float:left;
width:14px;
height:13px;
background:transparent url(btn_mid_on14x13.gif) no-repeat;
}
#indicator .centeroff {
float:left;
width:14px;
height:13px;
background:transparent url(btn_mid_off14x13.gif) no-repeat;
}
#indicator .right {
float:left;
width:14px;
height:13px;
background:transparent url(btn_rightwing14x13.gif) no-repeat;
}

