
.slideshow 
{ 
}

.slideshow div 
{ 
	width:400px;
	float: right; 
	text-align: left; 
	font-size: 16px;
}

.slideshow div img 
{ 
	float: left; 
	margin: 0 10px 10px 0;
	padding: 3px; 
}


/* Global */



#picture
{
	border:1px solid white;
}





.thumb
{

}

#selected
{
	border:1px solid #FF0000;
}


#jump_to
{
	display:none;	
}

/* javascript */
.mouseover
{
	border:1px solid #FF0000;
}

/* galery table */
#img_td
{
	vertical-align:middle;
	text-align:center;
}

/* flashUI */

#flashUI
{
	display:none;
}

#degradedUI
{

}

/* admin */

.category_list
{
	list-style-type:square;
	margin:0px 0px 0px 30px;
}

.category_top_list
{
	list-style-type:none;
}

table.admin .td
{
	text-align:center;
	width:12%;
}

table.admin 
{	
	text-align:center;
	width:100%;
}


table.watermark 
{ 
	width:400px;
	height:300px;
	margin:0;
	padding:0;
	border-spacing:1px;
	empty-cells: show;
}
table.watermark td 
{ 
	vertical-align:middle;
	text-align:center;
	width:133px;
	height:100px;
	z-index:2;
	margin:0px; 

}

table.watermark td a
{ 
	color:#660000;
}
	
/* upload form */

.error
{
	color:#FF0000;
	margin:0;
	vertical-align:top;
}

.success
{
	color:#00FF00;
	margin:0;
	vertical-align:top;
}


/* uploader */
#feedback
{

}

/* uploader lisr */
#list
{ 

}


#itemdiv
{ 
	
	padding:10px;
	margin:10px 0px 0px 0px;
	background-color:#F0F5FF; 
	border:1px solid #000000;	
}

#itemname
{  	
	font-size:				1.0em;
}

#itemcat
{  	
	
}


/* total progress div*/
#progressBar{
	width:100%;
	height:20px;
	background-color:#FF0000;
	padding:0px;
	margin:0px;
	border:1px solid #333333;
}

#progressBar em{
	display:block;
	width:0%;
	padding:0px;
	height:20px;
	background-color:#00FF00;
	top:0;
}

#progress-txt{
   z-index:100;
   position: absolute;
   width:100%;
   height: 20px;
   padding:0px;
   margin:0px;
   background-color:transparent;
   text-align: center;
}

/* total progress div*/





statediv
{

}

#deldiv
{

}

#itemimg
{
	background-image: url('/plugins/medialibrary/bin/uploader/images/file.png'); 
	background-repeat:no-repeat;
	width:32px;
	height:32px;
	border:1px solid #000;
}

#sizediv
{	

}

/* uploader feedback dic styles,  */
#feedback
{

}

#feedback.failure
{
	color:#FF0000; 
}

#feedback.success
{
	color:#00FF00; 
}





/* Status classes,  */

/* if the file is validated / normal */
table.cells td.valid
{

}
/* if the file is in validation */
table.cells td.invalidation
{
	background-color:#FF0000; 
}
/* if the file has been reported */
table.cells td.reported
{
	background-color:#0000FF; 
}


