/* Standard photopage style */

ul#cms_photo_list
{
    float: left;
    list-style-type: none;
    margin: 0px;
    padding: 0px;	
}

li.cms_list_item
{
	float: left;
	display: block;
    width: auto;
    height: 110px;
    margin: 0 0 6px 0;	
}

div.cms_list_photo
{
    float: left;
    display: block;
    width: 100px;
    height: 110px;	
    margin: 0px;
}
		
div.cms_list_photo_select
{
    float: left;
    display: block;
    width: 100px;
    height: 110px;	
    margin: 0px;	
    opacity: 0.5;
}

div.cms_list_empty
{
    float: left;
    display: block;
    width: 4px;
    height: 110px;
    margin: 2px 0px 0 6px;
    background-color: transparent;
    border: 0px;	
}
		
div.cms_list_empty_over
{
    float: left;
    display: block;
    width: 20px;
    height: 110px;	
    margin: 2px 0px 0 6px;
    background-color: #BBF;
    border: 1px solid #00F;
}

div.cms_list_photo_thumb_container
{
	float: left;
	margin: 2px;
	width: 82px;
	height: 96px;
	background-color: #FFFFFF;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
}

img.cms_list_photo_thumb
{
	float: left;
}

div.remove_photo
{
	float: left;
	width: 16px;
	height: 16px;
	background-color: transparent;
	background-image: url('../../../../../layout/images/remove_icon.gif');
	background-position: top left;
	background-repeat: no-repeat;
	margin: -20px 0 0 0;
    cursor: pointer;
}

div.move_photo
{
	float: left;
	width: 16px;
	height: 16px;
	background-color: transparent;
	background-image: url('../../../../../layout/images/move.gif');
	background-position: top left;
	background-repeat: no-repeat;
	margin: -20px 0 0 20px;
    cursor: pointer;
}

div.caption_photo
{
	float: left;
	width: 16px;
	height: 16px;
	background-color: transparent;
	background-image: url('../../../../../layout/images/caption.gif');
	background-position: top left;
	background-repeat: no-repeat;
	margin: -20px 0 0 40px;
    cursor: pointer;
}

div#cms_photo_container
{
	position: fixed;
	background-color: #FFFFFF;
	border-width: 2px;
	border-color: #FFFFFF;
	border-style: solid;
	float: left;
}

div#cms_photo_control_container
{
	position: fixed;
	background-color: transparent;
	margin: 2px 0px 0px 2px;
	float: left;
}

img#cms_popup_img
{
	float: left;
	width: 100%;
	height: 100%;	
}

div#cms_popup_close
{
	float: right;
	height: 15px;
	width: 15px;
	top: 0px;
	right: 0px;
	margin: 0px 0px 100% 0px;
	text-align: center;
	font-weight: bold;
	color: #626262;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}

div#cms_popup_controls
{
	position: absolute;
	top: 100%;
	float: left;
	height: 30px;
	width: 100%;
	background-color: #FFFFFF;
	margin: -30px 0px 0px 0px;
}

div#cms_popup_caption
{
	float: left;
	height: 30px;
	width: 50%;
	color: #626262;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

div#cms_popup_prev
{
	float: left;
	height: 30px;
	width: 24%;
	text-align: left;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #626262;
	background-color: transparent;
	text-decoration: none;
	cursor: pointer;
}

div#cms_popup_next
{
	float: right;
	height: 30px;
	width: 24%;
	text-align: right;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #626262;
	background-color: transparent;
	text-decoration: none;
	cursor: pointer;
}
