@charset "utf-8";
/* CSS Document */
.SlidingPanels {
	float: left;
	position: relative;
	width: 746px;
	padding: 0;
	border: none;
}

.SlidingPanelsContentGroup {
	position: relative;
	float: left;
	width: 10000px;
	margin: 0px;
	padding: 0px;
	border: none;
}

.SlidingPanelsContent {
	float: left;
	width: 746px;
	overflow: hidden;
	margin: 0;
	padding: 0 10px 0 0;
	border: none;
}
.SlidingPanelsAnimating * {
	overflow: hidden !important;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.slidingTabPanelWrapper {
	border-bottom:1px solid #969696;
	height:25px;
	margin:20px 0 10px 0;
	display: none;
	background-image: url(../Images/tab_shadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.slidingTabPanel { list-style:none; margin:0 auto; padding:0; width:550px; height:25px; }
.slidingTabPanel LI {
	list-style:none;
	float:left;
	width:101px;
	margin:0 3px;
}
.tabActive {
	background-position: 0 0;
	text-decoration: none;
	position:relative;
	top:1px;
	display:block;
	width:100px;
	height:25px;
	cursor:default;
	outline:none medium;
	color: #A1651F;
}
.tab {
	position:relative;
	top:1px;
	display:block;
	width:100px;
	height:25px;
	background-position:-100px 50%;
	cursor:pointer;
	outline:none medium;
}

.tab:hover { color: black; background-position:-200px 50%; text-decoration: none; }
#about {
	font-size: 12px;
	background-image:url(../img/tabs_blank_25.gif);
	text-align: center;
}
#earrings { font-size: 12px; background-image:url(../img/tabs_blank_25.gif); text-align: center; vertical-align: top; }
#pendants { font-size: 12px; background-image:url(../img/tabs_blank_25.gif); text-align: center; }
#rings { font-size: 12px; background-image:url(../img/tabs_blank_25.gif); text-align: center; }
#sets { font-size: 12px; background-image: url(../img/tabs_blank_25.gif); text-align: center; }
