/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-position/
 * Support: support@1littledesigner.com
 * Version 1.0.4
 * Description: Simple Element Positioning & Z-Index Control
 */


	#simplePosition_stacks_in_7_page0 {
		position: relative;
		z-index: 1;
		top: 365px;
		left: 0px;
	}

#simplePosition_stacks_in_7_page0.sizeControlOn {
	width: 300px;
	height: 300px;
}
#simplePosition_stacks_in_7_page0 h3.advert {
	
}
#stacks_in_3_page0_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_3_page0 a:link, #stacks_in_3_page0 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_3_page0 a:hover, #stacks_in_3_page0 a:active {
	color:#FFFFFF;
}










#stacks_in_3_page0 a:link, #stacks_in_3_page0 a:visited {
	background-color:#00A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00A0FF), to(#0060BF));
	border:1px solid #0060BF;
	padding:3px 20px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_3_page0 a:hover {
	background-color:#00ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00ACFF), to(#0053A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_3_page0 a:active {
	background-color:#00A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}
