/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.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: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}
.jcarousel-skin-name {
width: 250px;
height: 300px;
}

.jcarousel-container {
    background: #F0F6F9;
    width: 245px;
    padding: 0;
}

.jcarousel-clip {
    width:  245px;
    height: 75px;
}

.jcarousel-list {
    width:  250px;
    height: 251px;
}

.jcarousel-list li {
    width: 75px;
    height: 75px;
    margin-right: 10px;
}


.jcarousel-item-placeholder {
    background: #fff url(jcarousel_loading.gif) 50% 50% no-repeat;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(jcarousel_next.png) no-repeat 0 0;
}

.jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(jcarousel_prev.png) no-repeat 0 0;
}

.jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-container-vertical {
    width: 250px;
    height: 300px;
    background: #fff;
}

.jcarousel-clip-vertical {
    top: 24px;
    width: 250px;
    height: 251px;
    margin: 0;
    z-index: 20;
}

#mycarousel li,
.jcarousel-item-vertical,
.jcarousel-item-placeholder-vertical {
    width: 250px;
    /*height: auto;*/
    margin: 0;
}

#mycarousel li {
	height: 18px;
}
.jcarousel-item-vertical {
	height: 16px;
	margin: 1px;
}

.jcarousel-item-placeholder-vertical {
	height: 16px;
}

.jcarousel-item h3,
.jcarousel-item p {
    margin: 0;
    font-size: 90%;
}

.jcarousel-next-vertical {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 250px;
    height: 25px;
    cursor: pointer;
    background: #111 url(/images/calendar/arrow-down.png) no-repeat center;
}

.jcarousel-next-disabled-vertical {
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}

.jcarousel-prev-vertical {
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: 24px;
    cursor: pointer;
    background: #111 url(/images/calendar/arrow-up.png) no-repeat center;
}

.jcarousel-prev-disabled-vertical {
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}

.loading {
    background: transparent url(/images/calendar/loading.gif) 50% 50% no-repeat;
}

span.formInfo {
	background: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 5px;
	text-align: center;
	float: left;
}

/* --------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(/images/payment/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(/images/payment/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 14px;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(/images/payment/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: none;
}

.jTip{
cursor:help;
}
/* hide container until all is ready */
.feature-space {
	display: none;
	overflow: hidden;
	position: relative;
	width: 640px;
}
/*Main Container*/
.feature {
	width: 640px;
	overflow: hidden;
}
.feature ul{
	list-style-type: none;
	margin: 0;
	padding:0;	
}
.feature li{
	display: inline;
	margin: 0px;
	padding:0px;
}
/*Content Container*/
.contentContainer {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 202px;	
	overflow:hidden;
}
.contentWrapper{	
width: 558px;

}
.contentInnerWrapper{
	padding: 0;
}

/* Handle*/
.handle{
	float: left;
	width: 41px;
	height: 202px;
	margin: 0;
	position: relative;
	z-index: 999;
}
.handleOver{
}


#feature-spaceListItem0 .handleSelected {	
	background: url(/images/title-tabs/featured-artist-active.gif) no-repeat 0 0;
}
#feature-spaceListItem0 .handleSelected img {	
	display: none;
}

#feature-spaceListItem1 .handleSelected {	
	background: url(/images/title-tabs/featured-venue-active.gif) no-repeat 0 0;
}
#feature-spaceListItem1 .handleSelected img {	
	display: none;
}#facebox .b {
  background:url(../../scripts/facebox/b.png);
}

#facebox .tl {
  background:url(../../scripts/facebox/tl.png);
}

#facebox .tr {
  background:url(../../scripts/facebox/tr.png);
}

#facebox .bl {
  background:url(../../scripts/facebox/bl.png);
}

#facebox .br {
  background:url(../../scripts/facebox/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

ul.gallery_demo_unstyled {
	list-style-type: none;
}

ul.gallery_demo_unstyled li {
	float: left;
	clear: none;
}

.listphotoimg {
	cursor: pointer;
}

.photoimg{
	padding-right: 3px;
}
