#studio-nav-prev {
	position:			absolute;
	top:				360px;
	left:				45px;
	z-index:			10;
	cursor:				pointer;
}

#studio-nav-next {
	position:			absolute;
	top:				360px;	
	right:				45px;
	z-index:			10;
	cursor:				pointer;
}

.studio-bg {
	display:			none;
	position:			fixed;
	top:				0px;
	left:				0px;
	min-width:			100%;
	min-height:			100%;
}

.show-studio {
	display:			block;
}

div#miniNav {
	background-color:	#ffffff;
}

.studio-desc {
	float:				left;
	display:			none;
	color:				#000000;	
	font-size:			12px;
	text-transform:		uppercase;
	margin-left:		20px;
	padding-top:		3px;
}

.show-studio-desc {
	display:			inline;		
}

#studio-pager {
	float:				right;
	padding-top:		4px;
	margin-right:		20px;
}

#studio-pager a {
	color:				#000000;
	margin-right:		2px;
}

#studio-pager a:hover {
	color:				#BE3100;
	text-decoration:	underline;
}

#studio-pager a.active-item {
	color:				#BE3100;
	text-decoration:	underline;
}
