
input,select{	
	border: 1px solid #dddddd; 
	width:60px;
	}
form{
	padding:0pc;
	margin:0px;
	}
.clear{
	clear:both;
	}
	
/*
script related classes
*/
div#the_article{
	border:1px solid #ccc;
	width:400px;
	padding:6px;
	height:240px;
	}
div#dropContent{
	cursor:hand;
	}
.dragableBoxRight{
	border:1px solid #000;
	margin-bottom:5px;
	font-weight:bold;
	text-align:center;
	height:180px;
	width:160px;
	float:left;
	margin-right:5px;
	padding:5px;
	background-color:#E2EBED;
	}



div#galleryContainer h1, div#the_article h1{
	background-color:#0066cc;
	color:#FFF;
	font-size:100%;
	padding:5px;
	text-align:center;
	margin-bottom:6px;
	}
	
#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
	float:right;
	height:400px;		
	width:140px;
	border:1px solid #ccc;
	padding:6px;
	text-align:center;
	}
#galleryContainer #arrow_down,#galleryContainer #arrow_up{	/* Arrow down image */
	height:35px;
	}
#theImages{	/* DIV where the images are located */
	position:relative;
	overflow:hidden;
	height:275px;	/* Height of boxes for the images */
	text-align:center;
	width:140px;
	}
#theImages div{	
	position:relative;	/* Don't change this */
	height:1500px;	/* Higher than total height of thumbnails */
	}
#theImages img, .dragableBox{
	border:1px solid #CCC;
	/*width:120px;*/
	margin-top:4px;
	}

	
	
.dropBox{
	overflow:auto;
	}	

	
