.SlidingPanels {
	float: left;
	width: 900px;
	padding: 0px;
	height: 450px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: /*#B3C550;*/ #7ad;
	clear: none;
	position: relative;
	background-color: transparent;
	text-decoration: none;
}
#slidingPanel{
	text-decoration: none;
	background-color: transparent;
}
.SlidingPanelsContentGroup {
	position: relative;
	float: left;
	width: 10000px;
	sborder: none;
	background-color: transparent;
	text-decoration: none;
	height: 450px;
}

.SlidingPanelsContent {
	float: left;
	width: 900px;
	overflow: hidden;
	height: 500px;
	padding: 0px;
	margin: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: /*#B3C550;*/ #7ad;
	background-color: transparent;
	text-decoration: none;
}


.SlidingPanelsAnimating * {
	overflow: hidden !important;
}
body  {
	margin: 0px;
	padding: 0px;
}
.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 {
	height:35px;
	display: none;
	/* width:880px;*/
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 0px;
	top: 0px;
}
.slidingTabPanel {
	list-style:none;
	padding:0;
	height:35px;
	float: right;
	margin: 0px;
	position: relative;
	left: 0px;
	top: 0px;
}
.slidingTabPanel LI {
	list-style:none;
	float:left;
	width:100px;
	margin-left: 0px;
}
.tabActive {
	position:relative;
	top:1px;
	display:block;
	width:100px;
	height:35px;
	cursor:default;
	outline:none;
	background-position: 0px 35px;
}
.tab {
	position:relative;
	top:1px;
	display:block;
	width:100px;
	height:35px;
	cursor:pointer;
	outline:none;
}
.tab:hover {
	background-position: 0px 35px;
}
#product {
	background-image:url(../work/images_layout/tab_form_blue.gif);
}
#graphic {
	background-image:url(../work/images_layout/tab_print_blue.gif);
}
#photo {
	background-image:url(../work/images_layout/tab_path_blue.gif);
}
#photog {
	background-image:url(../work/images_layout/tab_story_blue.gif);
}

h2 {
	font-size:12px;
	color:#444;
	color: #595959;
	margin-top:5px;
}
h3 {
	background-color: #F3F3F3;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 100%;
	line-height: 150%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#productPanel {
	height: 500px;
	width: 900px;
}
#graphicPanel {
	height: 500px;
	width: 900px;
}

#webPanel, #photoPanel {
	height: 500px;
	width: 900px;
}

