
				  /* General */
div#container{
  width: 585px;	
  height:420px;
	   overflow-y:scroll;
	   overflow-x:hidden;
	 
}

div#jas-container{
       /* Width HAS to be here for IE to render the filter */
       width:   335px;


}

div#jas-frame{
       float: left;
       width: 330px;
       padding: 4px;
}

div#jas-tags{
       float: left;
       width: 100px;
}

div#jas-tags h3{
       margin-bottom: 1em;
}

div#jas-tags ul{
       list-style: none;
}

div#jas-tags ul li{
       margin-bottom: 0.3em;
}

div#jas-tags ul li input{
       margin-right: 3px;
}

div#jas-thumbnails{
border:#efefef solid 1px;
       float: rightt;
       clear: right; 
	 
       width: 190px;
}

div#jas-thumbnails ul{
		border:#efefef solid 1px;
		float:left;
		clear:right;
       list-style: none;
       width: 190px;
       margin: 5px 0 0px 5px;
       overflow: hidden; 
}

div#jas-thumbnails ul li{
       float: left;
	   border:#efefef solid 1px;
       width: 79px;
       height: 75px;
       margin: 0 5px 5px 0;
}

div#jas-thumbnails ul li img{
       width: 75px;
	   float:left;
       height: 75px; 
	   float:left;
       cursor: pointer;
}

div#jas-thumbnails ul li.selected-parent{
       width: 75px;
       height: 75px;
	   	   float:left;
       /*padding: 1px;*/
       border: 1px solid #f60;
}

div#jas-thumbnails ul li img.selected{
       width: 75px;
	    float:left;
       height: 75px;
}

h2#jas-image-text{
       text-align: center;
}

img#jas-image{

       margin-bottom: 0em;
	   /*width:385px;*/
}

ul#links{
       display: block; 
       clear: left;
       padding: 2em 0 1em 4em;
}

ul#links li{
       line-height: 2em

}

ul#navigation-controls{
       width: 260px;
       list-style: none;
       margin: 0 auto; 
}

ul#navigation-controls li{
       float: left;
       line-height: 1.5em;
	   font-family:Verdana;
	   font-size:12px;
       margin-right: 0.5em;
}


ul#navigation-controls li#image-counter{
       margin: 0 0.75em 0 0.5em;
}

li.slideshow-item{
       margin-left: 3em;
}

	
