#photo_album div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: right;
	width: 550px; 
}
#photo_album div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
#photo_album div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
#photo_album div.controls {
	margin-top: 5px;
	height: 23px;
    display: none;
}
#photo_album div.controls a {
	padding: 5px;
}
#photo_album div.ss-controls {
	float: left;
    display: none;
}
#photo_album div.nav-controls {
	float: right;
}
#photo_album div.slideshow-container {
	position: relative;
	clear: both;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
#photo_album div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
#photo_album div.slideshow {

}
#photo_album div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
    background-color: #F8F8F8;
    border: 1px solid #EEE;
}
#photo_album div.slideshow a.advance-link {
	display: block;
	width: 550px;
	height: 500px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
#photo_album div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
#photo_album div.slideshow img {
	vertical-align: middle;
	/*border: 1px solid #ccc;*/
}
#photo_album div.download {
	float: right;
}
#photo_album div.caption-container {
	position: relative;
	clear: left;
	height: 15px;
}
#photo_album span.image-caption {
	display: block;
	position: absolute;
	width: 550px;
	top: 0;
	left: 0;
}
#photo_album div.caption {
	padding: 12px;
}
#photo_album div.image-title {
	font-weight: bold;
	font-size: 1.4em;
    display: none;
}
#photo_album div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
    display: none;
}
#photo_album div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
    /*height: 300px;*/
}

#current_image {
    float: left;
    height: 100px;
    width: 200px;
    /*background-color: #FF00FF;*/
}

#photo_album ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
    margin-bottom: 10px;
    max-height: 364px;
    overflow-y: hidden;
}
#photo_album ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
#photo_album a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
#photo_album ul.thumbs li.selected a.thumb {
	/*background: #000;*/
    background: #FF3B32;
    border: 1px solid #FF3B32;
}
#photo_album a.thumb:focus {
	outline: none;
}
#photo_album ul.thumbs img {
	border: none;
	display: block;
}
#photo_album div.pagination {
	clear: both;
}
#photo_album div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
    display: none;
}
#photo_album div.navigation div.bottom {

}
#photo_album div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
#photo_album div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
#photo_album div.pagination span.current {
	font-weight: bold;
    background-color: #FF3B32;
	border-color: #FF3B32;
	color: #fff;
}
#photo_album div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}


#decision_btns{
    float: left;
    width: 262px;
    height: 90px;
    margin-top: 50px;
}
#decision_btns_wrap{
    position: relative;
}
.decision_btns_col{
    float: left;
    width: 130px;
    /*background-color: #FF00FF;*/
}
.decision_btns_col .uploader_container{
    margin: 0;
    width: 130px;
    padding: 0;
}
.decision_btns_col .uploader_filename, .decision_btns_col .uploader_message, .decision_btns_col .uploader_progress{
    font-size: 11px;
    line-height: 15px;
    height: 15px;
    overflow: hidden;
    text-overflow:ellipsis;
    -webkit-text-overflow:ellipsis;
    -o-text-overflow: ellipsis;
    white-space:nowrap;
    width: 130px;
    margin-top: 4px;
    text-align: center;
}
.decision_btns_col .uploader_filename{
    display: none!important;
}
.decision_btns_col .uploader_progress{
    display: none!important;
}
#decision_btns .img_upload_menu_title_wrap{
    width: 114px;
    background: url("../../images/common/submit_bg_pattern2_red.gif") repeat;
}
#select_button, #uploader_button{
    display: block;
    height: 26px;
    line-height: 26px;
    margin: 0 auto;
    width: 110px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #AAA;
    color: #333;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}
#decision_btns #select_button, #decision_btns #uploader_button{
    color: #888;
}

#photo_album .submitBig{
    background: url("../../images/common/submit_bg_pattern2_red.gif") repeat;
}
#photo_album .submitBig .submitBigAwrap {
    /*border: 1px solid #FF3b32;*/
    height: 44px;
}
#uploader_button.uploader_button_default{
    display: block;
    height: 51px;
    line-height: 51px;
    margin: 0 auto;
    width: auto;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none;
    font-size: 100%;
    text-align: center;
    font-weight: bold;
}


#decision_btns #select_button:hover, #decision_btns #uploader_button:hover{
    color: #FF3b32;
    border: 1px solid #FF3b32;
}
.uploader_progress{
    height: 6px;
    width: 160px;
}
#album_laoding{
    display: none;
    float: left;
    width: 250px;
}
