.tabscontainer {width: 800px;}
ul.tabs {
margin: 0;
padding: 0;
height: 32px; /* Set height of tabs */
float: left;
width: 336px;
list-style-type:none;
border-top:1px solid #eee;
}
ul.tabs li {
margin: 0;
height: 31px;
line-height: 31px; /* Vertically aligns the text within the tab */
border-bottom: 1px solid #eee;
margin-right: -1px;
xmargin-bottom: -1px;
background-color: #fff;
overflow: hidden;
position: relative;
}
ul.tabs li a {
text-decoration: none;
color: #900;
display: block;
font-size: 1.0em;
padding: 0 20px;
border: 1px solid #fff; /* Gives the bevel look with a 1px white border inside */
border-right: 1px solid #d8dcde;
outline: none;
}
ul.tabs li a:hover {
text-decoration: underline;
}
html ul.tabs li.active, html ul.tabs li.active a:hover {
background-color: #eaedef;
font-weight:bold;
}
.tab_container {
float: left;
width:464px;
background: #fff;
-moz-border-radius-bottomright: 5px;
-khtml-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-khtml-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-khtml-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-khtml-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
}
.tab_content {
margin: 0 auto;
padding: 2px;
font-size: 1.0em;
text-align:center;
border:1px solid #d8dcde;
}

.tab_content img {
margin-bottom:20px;
padding: 7px;
}

.pics2 img { display: none; }
.pics2 img.first { display: block; }
.pics2 { height: 250px; width: 450px; padding:0; margin:0; overflow: hidden;text-align:center; }
.pics2 img { height: 250px; background-color: #fff; display:block; margin: auto;}
.pics2 img {
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
}
p#caption, p#caption2, p#caption3, p#caption4, p#caption5, p#caption6 {width:450px; text-align:center;font-size:11px;margin:4px 0 0 0;}
.prev-next {margin-bottom:10px;}
.prev-next a {font-size:85%;}
