@charset "utf-8";
/* CSS Document */

.main_view {position: relative;}

.windowx {width:243px; height:150px; overflow:hidden; position:relative; border:0px solid #f88;}
.image_reel {position:absolute; top: 0; left:0px; margin:0;}
.image_reel img {display:inline-block;}

.paging {width: 178px; height:47px; position:absolute; bottom:10px; right:100px; z-index: 4000; text-align: center; line-height: 40px; background: url(paging_bg2.png); background-repeat:no-repeat; display:none;}
.paging a {padding: 5px;text-decoration: none;color: #fff;}
.paging a.active {font-weight: bold; background: #920000;border: 1px solid #610000;-moz-border-radius: 3px;-khtml-border-radius: 3px;-webkit-border-radius: 3px;}
.paging a:hover {font-weight: bold;}

#slideshow {position:relative; border:1px solid #fff;}
.slide {margin-top:40px; height:310px;}
.slide p {margin-top:-50px; text-align:center; font-size:130%; }
#leftControl {position:absolute; top:125px; left:0; width:66px; height:66px; background:url(images/control_left.png) no-repeat 0 0; cursor:pointer; z-index:9000;}
#rightControl {position:absolute; top:125px; left:446px; width:66px; height:66px; background:transparent url(images/control_right.png)0 0; cursor:pointer;}