@charset "UTF-8";
/* CSS Document */
/* Dominion styles*/

#HeaderRV {
	position: relative;
	background: #cc9 url(../Community-RV/RV-Header.jpg) left 28px no-repeat;
	height: 285px;
}

#content {
	padding-bottom: 0;
}


/* View Gallery Styles */


.a, .a:visited {
color:#000;
}

.container {
position:relative;
margin: 0 auto; 
}
.container b {
text-align:center; 
position:absolute; 
bottom:0px; 
left:0;
z-index:1;
}

a.gallery, a.gallery:visited {
border: 0 solid #f00; 
width:96px; 
height:96px; 
float: right; 
cursor:default;
}


a.slidea {background:url(RV-Thumb-Study.jpg);}
a.slideb {background:url(RV-Thumb-Bath.jpg);}
a.slidec {background:url(RV-Thumb-Kitchen.jpg);}
a.slided {background:url(RV-Thumb-Master.jpg);}
a.slidee {background:url(RV-Thumb-Elevation3.jpg);}
a.slidef {background:url(RV-Thumb-Elevation1.jpg);}
a.slideg {background:url(RV-Thumb-Elevation2.jpg);}

a.gallery span {
visibility:hidden; 
position:absolute; 
background:#transparent; 
text-align:center; 
border:0px solid #fff; 
cursor:default;}


a.slidea span {left:35px;  top:31px; background-color: #faf9ec;	padding: 10px;}
a.slideb span {left:35px;  top:31px; background-color: #faf9ec;	padding: 10px;}
a.slidec span {left:318px; top:150px; background-color: #faf9ec; padding: 10px;}
a.slided span {left:318px; top:150px; background-color: #faf9ec; padding: 10px;}
a.slidee span {left:318px; top:150px; background-color: #faf9ec; padding: 10px;}
a.slidef span {left:318px; top:150px; background-color: #faf9ec; padding: 10px;}
a.slideg span {left:318px; top:150px; background-color: #faf9ec; padding: 10px;}

a.gallery:hover {
z-index:100;
}

a.gallery:hover span {
visibility:visible; 
z-index:100;
}

a.gallery:hover span img {
margin:0px; 
border:0px solid #000; 
position:relative;
z-index:100;
}

a.gallery:active, a.gallery:focus {
border:0px solid #c00; 
z-index:10;
}

a.gallery:active span, a.gallery:focus span {
visibility:visible; 
z-index:10;
}

a.gallery:active span img, a.gallery:focus span img {
border:0px solid #000; 
position:relative; 
margin: 0; 
z-index:10;
}




