#gallery {
    BACKGROUND-COLOR: #ebebec;
}
#gcontent {
    height:310px;
    margin:10px auto;
    width:770px;
    position:relative;
    overflow: hidden;
}
.gTab {
	display: inline-table;
	width:770px;
	z-index: 0;
}
.gTab #col {
	overflow: hidden;
	width: 33%;
	float:left;
	text-align:center;
	padding: 0;
}
.gTab #col img {
	border:0;
}

.ContentTitle {
    display: inline-table;
    width: 100%;
    BACKGROUND-COLOR: #ebebec;
}
.txtContentTitle1 {
    display: table-cell;
    width:50%;
    FONT-WEIGHT: bold;
    COLOR: #244075;
    vertical-align: middle;
    font-size: 11px;
    padding: 5px 0 0 10px;
}
#ColorSwitch{
	display: table-cell;
	position:relative;
	width:50%;
	vertical-align: middle;
	padding: 5px 0 0 0;
}
#ColorSwitch .cselected{
	background:url(../styleImages/dot-selected.png) no-repeat center left;
	height: 22px;
	color: #990033;
	font-weight: bold;
}
.circle{
	background:url(../styleImages/dot.png) no-repeat center left;
	float:left;
	width:9px;
	height: 22px;
	padding-right: 2px;
	cursor: pointer;
	font-weight: bold;
}
.circle:hover{
	background:url(../styleImages/dot-hover.png) no-repeat center left;
}

.navclass {
	float:left;
	padding-left:10px;
	padding-right:10px;
}
#NavLeft, #NavRight {
	cursor: pointer;
}