
/*EVERYTHING BELOW IN THIS SECTION CONTROLS THE VIEWING AREA*/
.jqGSContainer{position:relative;width:539px;height:520px;;}
/*^originally the width was 750px, and this controls the box for entire slideshow-top and menu row*/
.jqGSContainer .jqGSImgContainer{}
.jqGSContainer .jqGSImgContainer ul{padding:0;margin:0;position:relative;list-style:none;}
.jqGSContainer .jqGSImgContainer ul li{padding:0;margin:0;margin-top:0px;margin-bottom:0px;float:left;}
.jqGSContainer .jqGSImgContainer ul li .jqGSLoader{width:539px;height:520px;position:absolute;}
.jqGSContainer .jqGSImgContainer ul li img{border:0px solid #fff;margin-top:0px;}/*del position to end*/
.jqGSContainer .jqGSImgContainer ul li .jqGSTitle{background:#000;position:absolute;right:0px;top:0px;padding:0px;color:#fff;width:0px}
/*^the padding above adds the small top grey strip in the large image previewing area*/



/*EVERYTHING BELOW IN THIS SECTION CONTROLS THE MENU*/
.jqGSContainer .jqGSPagination{position:absolute;width:539px;height:0px;top:360px;padding:0;}
.title{padding:0;margin:0;list-style:none;position:relative;float:left;}
.jqGSContainer .jqGSPagination ul{padding:0;margin:0;list-style:none;position:relative;float:right;}
.jqGSContainer .jqGSPagination ul li{padding:0;margin-right:0px;float:left;padding-right:0px;text-align:center;padding-bottom:1px;}
.jqGSContainer .jqGSPagination ul li a{padding:2px 0px; color: #333333;text-decoration:none;display:block;width:20px;height:12px;font:9px Verdana, Arial, Helvetica, sans-serif;text-align:center;letter-spacing:0px;}
/*^selected state--background changes square button color, color changes text color, and then there's the border*/
.jqGSContainer .jqGSPagination ul li a.selected{background:#fffe89;}
/*^selected state--background changes square button color, color changes text color, and then there's the border*/
.jqGSContainer .jqGSPagination ul li a:hover{background:#f2f032;}
/*^hover state--background changes square button color, color changes text color, and then there's the border*/



/*THIS ADDS THE BLACK BORDER TO THE VIEWING AREA*/
.jqGSImgContainer{border:0px solid #fff;}

