#left-column.gallery-page{
	width: 100%;
}

#left-column.gallery-page h1.header {
	background: url("../images/section-header-bg.jpg") repeat-x scroll 0 0 #000000;
	width: 900px;
}

#tabs{
	border: none;
}
#tabs ul{
	border: none;
}

.gallery a{
	margin-right: 10px;
}

.gallery a.cboxElement img{
	border: 2px solid white;
}

.ui-tabs .ui-tabs-panel {
    padding: 25px 0;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    margin-bottom: 0;
    padding-bottom: 0px;
    background: url("images/ui-bg_glass_100_f6f6f6_1x400.png") repeat-x scroll 50% 50% white;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a{
	color: #6D6534;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: url("images/ui-bg_glass_65_ffffff_1x400.png") repeat-x scroll 50% 50% #7E7861;
    border: 1px solid #6D6534;
    color: #EB8F00;
    font-weight: bold;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: url("images/ui-bg_glass_100_f6f6f6_1x400.png") repeat-x scroll 50% 50% #7E7861;
    border: 1px solid #6D6534;
    color: #B00065;
    font-weight: bold;
}

.ui-state-active {
    background: url("images/ui-bg_glass_100_f6f6f6_1x400.png") repeat-x scroll 50% 50% white;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #E4E8B6;
    text-decoration: none;
}

