.mainCopy { width: 100%; }
.slideShow {
	width: 464px;
	border: 1px solid #CDCDCD;
	padding: 10px 15px 8px;
}
.slideShow .panes { height: 390px; position: relative; }
.slideShowPane { position: absolute; top: 20px; }
.slideShowImg { height: 295px; }
.slideShowCredit { height: 11px; font-size: 0.8em; margin: 4px 0 0; }
.slideShowDesc { height: 55px; margin: 5px 0 0; }
.admats {
	width: 240px; 
	border: 1px solid #CDCDCD;
	padding: 25px 20px 10px;
	min-height: 373px;
}
ul.tabs { margin: 5px 0 0; list-style-type: none; }
ul.tabs li a {
	display: block;
	background: #FFF url(/images/_pages/_global/dots.gif) no-repeat 0 0;
	width: 32px;
	height: 32px;
	float: left;
}
ul.tabs li a:hover, ul.tabs li a.current { background-position: 0 -32px; }
.relative { position: relative; }

/* tabs (those little circles below slides) */
.slidetabs {
    clear:both;
    margin-left:90px;
}

/* single tab */
.slidetabs a {
    display: block;
	background: #FFF url(/images/_pages/_global/dots.gif) no-repeat 0 0;
	width: 32px;
	height: 32px;
	float: left;
}

/* mouseover state */
.slidetabs a:hover {
    background-position:0 -32px;
}

/* active state (current page state) */
.slidetabs a.current {
    background-position:0 -32px;
}

.adpanes {
    position:relative;
    width: 240px;
    height: 295px;
}

/* single slide */
.adpanes div {
    display:none;
    position:absolute;
    top:0;
    left:0;
    /*margin:7px;
    padding:15px 30px 15px 15px;
    */
    height:256px;
    font-size:12px;
}
