﻿/** For banner **/
.showBanner { /* Do Nothing */ }

.hideBanner { display:none; }

#bannerPanel { position:relative;z-index:1;cursor:pointer; }

#bannerPanel #leftButton {    
    position:absolute;
    top:125px;
    left:0px;
	cursor:pointer;
    z-index:999;
    /*width:29px; height:37px;
    background-image:url(/media/btn_banner_nav_left.png);       */
}

#bannerPanel #rightButton 
{    
    position:absolute;
    top:125px;
    /* right:0px; -- For IE 6 */
    left:668px;
	cursor:pointer;
	z-index:999;
	/*width:29px; height:37px;
	background-image:url(/media/btn_banner_nav_right.png);*/
}
