/* Image Display Settings */

DIV#wrap {
        width: 735px;
        margin-top: 6px;
        margin-bottom: 12px;
        margin-right: auto;
        margin-left: auto;
        position: relative;
}

DIV#viewer {
        background-position:center;
        background-repeat:no-repeat;
        overflow: hidden;
        width: 400px;
        height: 255px;
        border: solid 1px #CCCCCC;
        text-align: center;
        margin-left: 15px;
}

DIV#picker {
        margin: 10px 0px 10px 0px;
        height: 105px;
        width: 400px;
        overflow: auto;
}

DIV#picker_thumbs {
        height: 82px;
        width: 400px;
}


IMG.thumbnail {
        float: left;
        margin-right: 10px;
        cursor: pointer;
        border: solid 1px #CCCCCC;
}

/* Tabs Setetings  */

#main ul.subsection_tabs {
	list-style: none;
	margin:0 0 15px 0;
	padding:0;
	clear:both;
	border-bottom:1px solid #ccc;
	height:20px;
	clear:both;
}

#main ul.subsection_tabs li.tab {
	float:left;
	margin-right:10px;
	text-align:center;
	list-style: none;
}

#main ul.subsection_tabs li.tab a {
        display:block;
	height:20px;
	padding:0 6px 0 6px;
	background-color:#f6f6f6;
	color:#333;
	width:120px;
}

#main ul.subsection_tabs li.tab a:hover {
	color:#069;
}

#main ul.subsection_tabs li.tab a.active {
	background-color:#ddd;
	color: #000;
}

#main ul.subsection_tabs li.source_code {
	float:right;
}

