@charset "utf-8";
/* CSS Document */

.tab h3{
color: #333;
padding: 3px;
font-size: 12px;
margin: 0 1px 1px 0;
text-align: center;
}


.tab {
float:left;
margin:0 4px 0 0;
}

#wrapper {
position:relative;
}

#left {
position:absolute;
right:0;
top:0;
width:50%;
}


#right {
left:0;
position:absolute;


}


.stretcher {
margin:0px 0 0 0;
}


#content-gallery {
height:175px;
overflow-x:scroll;
overflow-y:hidden;
width:501px;


}