#snpContainer{
	float: left;
	width: 697px;
	margin: 0px 0px 20px 0px;
}

#snpContentContainer{
	position: relative;
	float: left;
	width: 593px;
	height: 300px;
	background: url('images/contentBackground.jpg') no-repeat;
}

#snpContent{
	float: left;
	width: 513px;
	font-size: .8em;
}

#snpLeft{
	float: left;
	width: 40px;
	height: 35px;
	cursor: pointer;
	opacity: .25;
	MozOpacity: .25;
	KhtmlOpacity: .25;
	filter: alpha(opacity=25);
	background: url('images/snpLeftArrow.gif') no-repeat top left;
}

#snpRight{
	float: right;
	width: 40px;
	height: 35px;
	cursor: pointer;
	opacity: .25;
	MozOpacity: .25;
	KhtmlOpacity: .25;
	filter: alpha(opacity=25);
	background: url('images/snpRightArrow.gif') no-repeat top right;
}

#snpTitle{
	float: left;
	width: 593px;
	height: 40px;
}

#snpMore{
	float: left;
	width: 50px;
	height: 20px;
	margin: 10px 0px 10px 235px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

#snpTab1{
	position: relative;
	float: left;
	width: 26px;
	height: 300px;
	cursor: pointer;
	background: url('images/tab1Background.jpg') no-repeat;
}

#snpTab2{
	position: relative;
	float: left;
	width: 26px;
	cursor: pointer;
	background: url('images/tab2Background.jpg') no-repeat;
}

#snpTab3{
	position: relative;
	float: left;
	width: 26px;
	cursor: pointer;
	background: url('images/tab3Background.jpg') no-repeat;
}

#snpTab4{
	position: relative;
	float: left;
	width: 26px;
	cursor: pointer;
	background: url('images/tab4Background.jpg') no-repeat;
}

#snpTab5{
	position: relative;
	float: left;
	width: 26px;
	cursor: pointer;
	background: url('images/tab5Background.jpg') no-repeat;
}

#snpContainer .more-link{
	display: none;
}