a.flipv{
	font-size: 20px;
	font-family: helvetica;
	overflow: auto;
	display: block;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}

#content_wrapper{
	width: 1000px;
	margin: 0px auto;
	display: block;
	position: relative;
}

.jScrollPaneContainer {
overflow:hidden;
position:relative;
z-index:1;

}

.jScrollPaneTrack {
background: url(../img/scroll.png) repeat-y;
cursor:pointer;
height:100%;
position:absolute;
left:0;
top:0;
}

.jScrollPaneDrag {
background: url(../img/scroll_space_boy.png) no-repeat;
cursor:pointer;
overflow:hidden;
position:absolute;
}

.jScrollPaneDragTop {
left:0;
overflow:hidden;
position:absolute;
top:0;
}

.jScrollPaneDragBottom {
bottom:0;
left:0;
overflow:hidden;
position:absolute;
}

a.jScrollArrowUp {
display:block;
height:55px;
overflow:hidden;
position:absolute;
left:0;
text-indent:-2000px;
top:0;
z-index:1;
}

a.jScrollArrowUp:hover {
}

a.jScrollArrowDown {
bottom:0;
display:block;
height:65px;
overflow:hidden;
position:absolute;
left:0;
text-indent:-2000px;
z-index:1;
}

a.jScrollArrowDown:hover {
}

a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
}

a.jScrollArrowUp {
	background: url(../img/ship_up.png) no-repeat;margin-top:2em;
}

a.jScrollArrowDown {
	background: url(../img/ship_down.png) no-repeat;
}


.scroll_pane{

	height:200px;
	overflow:auto;
	width:230px;
	position:absolute;
	right:0;
}

#pane{

	height: 500px;
}




/**
 * 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-left: 1em;
    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-tango .jcarousel-container {
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 230px;
    height: 580px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  180px;
    height: 580px;
	margin-left:27px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 150px;
    height: 75px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;

}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.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: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.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;
}

/**
 *  Vertical Buttons
 */



.ScrollBar
{background:url(../img/scroll.png) repeat-y;width:50px;height:500px;position:absolute;left:-5px;display:none;}

.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: -5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../img/ship_down.png) no-repeat 0 0;
display:none;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: -5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../img/ship_up.png) no-repeat 0 0;
display:none;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}


