/* union design Vito */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

#wrap {
	position:relative;
	width:320px;
	height:330px;
	margin:0 auto;
	overflow:hidden;
	
}
#imagegallery {
	width:320px;
	height:320px;
	background:#fff;
	margin:0 auto;
	margin-top:10px;
	overflow:hidden;
	text-align:center;
}
#imagegallery a {
	text-decoration:none;
	color:#333333;
}
#nav {
	width: 320px;
	height: 60px;
	position: absolute;
	top: 160px;
	z-index: 100;
}
#nav a {
	display: block;
	line-height: 60px;
	width: 60px;
	background: rgba(0,0,0,0.4);
	text-align: center;
	/*text-decoration:none;
	font-size:21px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;*/
	border-radius: 15px;
	padding-top: 10px;}
#prev {
	float:left;
	margin-left:-15px;}
#next {	float:right;
	margin-right:-15px;}


