
#container {
/*    height:450px;* /
    height:320px; */
    width: 100%;
    background:transparent;
	padding:0px;
	margin:auto;
	position:relative;
	z-index:0;
	overflow:hidden;
	/*float:left;display:inline;
}

#slideshowbig img{border:0px;}

#slideshowbig {
    float:left;display:inline;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
}

#slideshowbig .next,#slideshowbig .prev {
	position:absolute;
	top:0px;
/*	left:0px;*/
	width:100px;
	height:275px;
	display:block;
	z-index:11;
}
#slideshowbig .next {
	right:0px;
    opacity:0;
    background:url('../images/bc_arrow_right.png') no-repeat 0 0 white;
}
#slideshowbig .prev {
	left:0px;
    opacity:0;
    background:url('../images/bc_arrow_left.png') no-repeat 0 0 white;
}
#slideshowbig .prev:hover {
    opacity:.6;
/*    background:url('../images/bc_arrow_left.png') no-repeat 0 0 white;*/
}
#slideshowbig .next:hover {
    opacity:.6;
/*    background:url('../images/bc_arrow_right.png') no-repeat 0 0 white;*/
}

#slideshowbig .slide{
/*width:100%;    /* actual pixel amt would be good.. */
}

#slideshowbig .caption{
/*    background: url(../images/caption_bg_trans.png) repeat scroll 0 0 #444; /* rgba(0, 0, 0, 0.5);*/
    top: 0px;
    font-size: 1.3em;
/*    left: 60%;*/
	right:0px;
    line-height: 1.33;
    position: absolute;
    text-shadow: none;
    width: 40%;


    text-align:right;
    z-index: 50;
}
#slideshowbig .caption *{color:#fff;}
/*
#slideshowbig .caption h1{float:right;position:relative;text-align:right;font-style:italic;font-size:38px;line-height:40px;margin:20px;}
#slideshowbig .caption .bottomcontent{margin:0px 35px 20px 15px;line-height:20px;float:right;clear:right;text-align:right;}
*/
.slides_container {
/*    height:320px;width: 936px;*/
    overflow:hidden;
	position:relative;
/*	background:#eee;*/
}

ul.pagination { position:relative;top:-40px;left:76%; }
ul.pagination li{ list-style-type:none;float:left;display:inline;position:relative;z-index:9000; }
ul.pagination li a{ font-size:12px;color:black;/*background:white;opacity:.5;*/padding:5px;margin:2px;text-decoration:none;}
ul.pagination li.current a{color:white;}
div.jquery-corner { z-index: 100; }
