@charset "utf-8";
/* CSS Document */

/*galleryWrapper*/
.galleryWrapper {
	width: 243px;
	height: 246px;
	padding: 0;
	border: 0;
	overflow: hidden;
	background-color: #CCC;
	margin: 0 0 0 9px;
	float: right;
}

.galleryWrapper .galleryContainer {
	width: 243px;
	height: 246px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}

.galleryWrapper .mover {
}

.galleryWrapper .navBtns {
	width: 243px;
	height: 246px;
	position:absolute;
	padding: 0;
	z-index: 1000;
}

.galleryWrapper .leftBtn {
	background: url(images/gallery_arrow_left.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 29px;
	height: 246px;
	float: left;
}

.galleryWrapper .rightBtn {
	background: url(images/gallery_arrow_right.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 29px;
	height: 246px;
	float: right;
}

.galleryWrapper .leftBtn a { 
	display: block; 
	height: 100%; 
	width: 100%; 
}

.galleryWrapper .rightBtn a { 
	display: block; 
	height: 100%; 
	width: 100%; 
}
