#gallery {
	width: 960px;  /* <-image size */
	height: 480px;
	/*z-index: 50000;*/
}

/* ----------------- tagging stufff -------------- */
.tagOn {
	border:1px solid #fff;
}


#taggingArea {
	position: relative;
	width:960px;
	height: 480px;
	top: 0;
	left: 0;
	/*border:10px solid #000;*/

}


#formArea {
	width:50%;
	float:left;
}
#drag {
	position:absolute;
	top:0px;
	width:100px;
	height:100px;
	border:1px solid black;
	background: url(../images/blank.gif);
	background-image: url(../images/plus.png);
	background-position: center;
	background-repeat: no-repeat;
}

#edit {
	/*float: right;*/
	width: 200px;
	padding: 10px;
	background-color: #222;
	color: #fff;
}

.edit_panel {
	
	border:2px solid #ff0000;
}

.tag_panel {
	border:2px solid #ff0000;
}
.tag {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-image: url(../images/plus.png);
	background-position: center;
	background-repeat: no-repeat;
	/*border:2px solid #000;*/
}

.txtblock {
	background-image: url(../images/black.png);
	padding: 5px;
	opacity: 0;
}


.clear {
	clear:both
}

/* Easy Slider */

	#slider {
		padding: 0;
		margin: 0;
	}
	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:0em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:960px; /* image size */
		height:480px; /* image size */
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:inline-block;  
		position:absolute;
		z-index:15;
		top: 230px;
		}	
	#nextBtn, #slider1next{ 
		margin-left:921px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		color:#fff;
		position:absolute;
		margin-top:0px;
		width: 40px;
		height: 40px;
		background-color: #fff;
		padding: 0px 0px 0px 0px;
		text-align: center;
		text-transform: uppercase;
		letter-spacing: .7px;
		background:url(../images/modules/btn/left0.png);
		font-size: large;
		font-family: Arial;
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/modules/btn/right0.png);
		}	

	
	#nextBtn a:hover {
		background:url(../images/modules/btn/right1.png);
	
}
	#prevBtn a:hover {
	background:url(../images/modules/btn/left1.png);
	
}
	
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

