.TabControl {
	background: url(../images/TabControl/TabControl.jpg) repeat-x left top;
	width: 498px;
	height: 677px;
	border: solid 1px #000;
	margin: 0px auto 0px auto;
	
}

.TabControl .Tab {
	background: url(../images/TabControl/TabControl.jpg) repeat-x left top;
	height: 48px;
	line-height: 48px;
	display: block;
	float: left;
	border-bottom: none;
	text-align: center;
	cursor: pointer;
	color: #2f4958;
	padding: 0px 8px 0px 8px;
	font-size: 13px;
	color: #fff;
	border-right: solid 1px #808080;
}

.TabControl .Tab.hover {
	background: url(../images/TabControl/TabControlHover.jpg) repeat-x left top;
	color: #000;
	font-weight: bold;
}

.TabControl a.Prev {
	display: block;
	float: left;
	width: 48px;
	height: 48px;
	line-height: 48px;
	background: url(../images/prev_1.jpg) no-repeat center center;
}

.TabControl a.Prev:hover {
	background: url(../images/prev_2.jpg) no-repeat center center;
}


.TabControl a.Next {
	display: block;
	float: right;
	width: 48px;
	height: 48px;
	line-height: 48px;
	background: url(../images/next_1.jpg) no-repeat center center;
}

.TabControl a.Next:hover {
	background: url(../images/next_2.jpg) no-repeat center center;
}

.TabPage {
	width: 498px;
	float: left;
	clear: both;
	display: none;
}
	
