/* CSS classes */
.webmaster_form
{
	width:100%;
	position:relative;
	font-size:10px;
	text-align:center;
	margin:10px;
}
.photo_gallery_box
{
	/* width:100%; */
	position:relative;
	font-size:8px;
	text-align:center;
	margin: 10px;
	float: bottom;
}
.photo_gallery_box a, .photo_gallery_box a:visited
{
	text-decoration:none;
	color:#009;
}

a.photo_gallery_box img {
filter:alpha(opacity=50);
-moz-opacity: 0.50; 
	border:6px solid white;
opacity: 0.50;
-khtml-opacity: 0.50;}

a.photo_gallery_box:hover img {
filter:alpha(opacity=100); 
-moz-opacity: 1.0; 
opacity: 1.0;
-khtml-opacity: 1.0; }

.banner_box
{
	/* width:100%; */
	position:relative;
	font-size:8px;
	text-align:center;
	margin: 10px;
	float: bottom;
	vertical-align:text-bottom;
}

a.banner_box img
{
	/* width:100%; */
	position:relative;
	border:3px solid gray;
	font-size:10px;
	margin: 10px;
	vertical-align:text-bottom;
  	padding-bottom:0;
	float: bottom;
	text-align:center;
}

a.banner_box:hover img
{
	/* width:100%; */
}

a.banner_box:visited img
{
	text-decoration:none;
	color:#009;
}

.photo_h2 {
font-size: 8px;
font-style: italic;
font-weight: bold;
color: #173643;
}
.photo_thumb_box
{
	text-align:bottom;
	float:left;
	margin:4px;
}


 .photo_gallery_title
 {
	font-size:8px;
	font-weight:bold;
	margin:5px 0;
 }

img
{
	border:none;
	text-decoration:none;
}

.rating_box
{
	width:310px;
	margin:10px auto;
	padding:5px;
	border:0px solid #999;
	position:relative;
}

.rating_form
{
	text-align:center;
}

.rating_form input
{
	vertical-align:middle;
}

.rating_submit
{
	margin-left:8px;
}

.photos_comments_box
{
	position:relative;
}

.photos_comments_form
{
	margin:5px 0;
	width:250px;
}

.photos_comments_name_field
{
	width:200px;
}

.photos_comments_comment_field
{
	width:250px;
}

.photos_comments_lable
{
	width:50px;
}

.photos_comment
{
	margin:10px;
	padding:5px;
	border-bottom:1px solid #ccc;
}

.smagz_photo_title
{
	font-size:10px;
}

/*
// "AJAX Vote" Plugin for Joomla! 1.0.x - Version 1.0
// License:http://www.gnu.org/copyleft/gpl.html
// Authors:George Chouliaras - Fotis Evangelou - Luca Scarpa
// Copyright (c) 2006 - 2007 JoomlaWorks.gr - http://www.joomlaworks.gr
// Project page at http://www.joomlaworks.gr - Demos at http://demo.joomlaworks.gr
// ***Last update:May 14th, 2007***
*/

.jwajaxvote-inline-rating {display:block;vertical-align:middle;line-height:18px;}
.jwajaxvote-star-rating {width:100px;float:left;}
.jwajaxvote-star-rating,
.jwajaxvote-star-rating a:hover,
.jwajaxvote-star-rating .current-rating {background:url(../images/star.gif) left -1000px repeat-x;}
.jwajaxvote-star-rating {position:relative;width:100px;height:25px;overflow:hidden;list-style:none;margin:0;padding:0;background-position:left top;}
.jwajaxvote-star-rating li {display:inline;background-image:none;padding:0;}
.jwajaxvote-star-rating a,
.jwajaxvote-star-rating .current-rating {position:absolute;top:0;left:0;text-indent:-1000px;height:18px;line-height:18px;outline:none;overflow:hidden;border:none;cursor:pointer;}
.jwajaxvote-star-rating a:hover {background-position:left bottom;}
.jwajaxvote-star-rating a.one-star {width:20%;z-index:6;}
.jwajaxvote-star-rating a.two-stars {width:40%;z-index:5;}
.jwajaxvote-star-rating a.three-stars {width:60%;z-index:4;}
.jwajaxvote-star-rating a.four-stars {width:80%;z-index:3;}
.jwajaxvote-star-rating a.five-stars {width:100%;z-index:2;}
.jwajaxvote-star-rating .current-rating {z-index:1;background-position:0 center;margin:0;padding:0;}
.jwajaxvote-box {margin:0 0 0 5px;padding:0;float:left;}
.jwajaxvote-clr {clear:both;}
/* --- End of stylesheet --- */

/* --- End of stylesheet --- */

.photo_div {
/* background: url(/images/line-dot.png) repeat-y; */
float: left;
width: 580px;
/* border-bottom: 1px solid; */
}


#Upload {
	width: 25em;
	margin: 1em auto;
	padding:0 2em 2em 2em ;
	border:1px solid #eeeeee;
	color: #333;
	background:#ffd;
	font: 0.9em verdana, sans-serif;
}
			
#Upload h1{
	font: 1.4em bold verdana, sans-serif;
	margin: 0;
	padding:1em 0;
	text-align:center;
}
#Upload label{
	float: left;
	width: 7em;
}
		
#Upload p {
	 clear: both;
}		

