.control_bar {
        position: absolute;
        text-align: left;
        z-index: 9999;
}

#control {
		  position: absolute;
        text-align: left;
        padding-left: 5px;
        width: 300px;
        color: black;
        font-family: Verdana, sans-serif;
        font-size: 12px;
        z-index: 99999;
}

#control a b {
        color: red;
}

.article { 
	width: 472px;
	padding-left: 48px;
	padding-right: 20px;
	padding-top: 37px;
	background: white;
	margin: 0px;
	color: black;
}

#dropwrapper { 
	width: 540px;
	background: white;
}

.sidebar_dropshadow { 
	background: white;
	width: 370px;
}

a.news_more_link { 
	color: black;
	text-decoration: underline;
}

a.news_more_link:hover { 
	color: black;
	text-decoration: underline;
}

.company_copy { 
	font-size: 14px;
	color: #8a8a87;
}

.film_title { 
	font-size: 32px;
	color: #8a8a87;
}







/**
 *  Default Skin
 */

.jcarousel-container {
    width: 540px;
    padding: 0px;
    text-align: left;
}

.jcarousel-clip {
    width:  540px;
    height: 360px;
}

.jcarousel-list {
    width:  540px;
    height: 360px;
    background: white;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.jcarousel-list li {
    width: 540px;
    height: 360px;
    color: #f27109;
    float: left;
    list-style: none;
}

.jcarousel-list li img { 
	width: 540px;
	height: 360px;
}



.jcarousel-item-placeholder {
    //background: #000 url(jcarousel_loading.gif) 50% 50% no-repeat;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 80px;
    right: 65px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: transparent url(/themes/walsh/resources/images/port-rightarrow.png) no-repeat 0 0;

}



.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 80px;
    left: 65px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/themes/walsh/resources/images/port-leftarrow.png) no-repeat 0 0;
}



.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
}


a img { 
	border: 0px;
}

a { 
	color: black;
}

