/* Slide Show */
body {
	font-family:arial;	
}

img {
	border:0;
}
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
    height: 81px;
    padding: 0;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
	margin-left: 2%;
    height: 81px;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 80px;
    height: 80px;
}
.jcarousel-skin-tango .jcarousel-item {
    width: 81px;
    height: 81px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-right: 0;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: relative;
    top: 85px;
	left: 95%;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(../images/prev-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 85px;
    left: 4%;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(../images/next-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/* Miniatures */
#slideshow-carousel {
	width:59%;
	position:absolute;
	margin-top: -15px;
}

#slideshow-carousel ul {
	margin:0; 
	padding:0;
	list-style:none;
}

#slideshow-carousel li {
	background:#fff; 
	height:81px; 
	position:relative
}

#slideshow-carousel li .arrow {
	left:25px; 
	top:0px; 
	position:absolute; 
	width:40px; 
	height:20px; 
	background:url(../images/arrow_blue.png) no-repeat 0 0; 
	display:block;
}

#slideshow-carousel li a {
	background:#000; 
	display:block; 
	width:206px; 
	height:80px;
}

#slideshow-carousel .active {
	filter:alpha(opacity=100); 
	-moz-opacity:1.0; 
	-khtml-opacity: 1.0; 
	opacity: 1.0;
}

#slideshow-carousel .faded {
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5;
}
/*  Preview */
#slideshow-main {
	width: 640px;
	padding:0; 
	margin-top: 90px;
	margin-left: 5%;
    margin-right: auto;
	position: absolute;
}

#slideshow-main ul {
	margin:0; 
	padding:0; 
	width:640px;
}

#slideshow-main li {
	display:none;
	margin-left: 6%;
	position:absolute;
	text-align: center;
}

#slideshow-main li.active {
	display:block !important;
}


#slideshow-main li span.opacity {
	position:absolute;
	bottom:0; left:0;
	display:block; 
	width:100%;
	height:60px;
	background:#000;
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5;
	z-index:500;
}

#slideshow-main li span.contentoneline {
	position:absolute;
	bottom:0; left:0;
	display:block; 
	width:100%;
	height:30px;
	z-index:1000;
}
#slideshow-main li span.contentoneline h1 {
	font-size:14px;
	margin:5px 0;
	padding:0 10px;;
	color:#42e2e8;
}

#slideshow-main li span.content {
	position:absolute;
	bottom:0; left:0;
	display:block; 
	width:100%;
	height:60px;
	z-index:1000;
}
#slideshow-main li span.content h1 {
	font-size:14px;
	margin:5px 0;
	padding:0 10px;;
	color:#42e2e8;
}

#slideshow-main li span.content p {
	font-size:11px;
	margin:5px 0;
	padding:0 10px;;
	color:#42e2e8;
}

/*--Main Image Preview--*/
.main_image {
	width: auto; height: auto;
	float: left;
	background: #333;
	position: relative;
	overflow: hidden;
	color:#42e2e8;;
}
.main_image h2 {
	font-size: 2em;
	font-weight: normal;
	margin: 0 0 5px;
	padding: 10px;
}
.main_image p {
	font-size: 1.2em;
	padding: 10px;
	margin: 0;
	line-height: 1.6em;
}
.block small { 
	padding: 0 0 5px 20px; 
	font-size: 1em; 
	line-height: 1.6em;
}
.block a { 
	color: red;
	text-decoration: underline;
	font-size: 0.75em; 
}
#date { 
	background: url(../images/calendar.png) no-repeat 0 center;
}
#photo { 
	background: url(../images/camera.png) no-repeat 0 center;
}
#actor { 
	background: url(../images/actors.png) no-repeat 0 center;
}
#tag { 
	background: url(../images/tag.png) no-repeat 0 center;
}
#comment { 
	background: url(../images/comment.png) no-repeat 0 center;
}
.main_image .block small {margin-left: 10px;}

.main_image .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 100%;
	display: none;
}
.main_image .block{
	width: 100%;
	background: #111;
	border-top: 1px solid #000;
}
.main_image a.collapse {
	background: url(../images/btn_collapse.gif) no-repeat left top;
	color: darkgrey;
	height: 27px; width: 93px;
	text-indent: 30px;
	padding-top: 3px;
	font-size: 1.5em;
	position: absolute; 
	top: -27px; right: 20px; 
}
.main_image a.show {background-position: left bottom;} 

.main_image a.disable{display: none;} 

#main_image-nav a { outline: none;}
#main_image-nav-btnPrev, #main_image-nav-btnNext {
	position: absolute;
	top: 45%;
	width: 45px;
	height: 45px;
	zoom: 1;
	display: block
	}
#main_image-nav-btnPrev { 
	left: 0; 
	float: left;
}
#main_image-nav-btnNext { 
	right: 0; 
	float: right;
}
/* Next photo button for preview mode */
a.ps_next_photo{
	position:absolute;
	top:50%;
	left:50%;
	width:10%;
	height:10%;
	margin:-28px 0 0 -28px;
	z-index:200;
	cursor:pointer;
	background:#000 url(../images/pause.png) no-repeat 50% 50%;
	opacity:0.6;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);	
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}
a.ps_next_photo:hover{
	opacity:0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);	
}

.comment-slide-out {
    padding: 0px;
    width: 200px;
    /*background: #f2f2f2;*/
	/*border: #29216d 2px solid;*/
}