.yui-carousel {    
    overflow: hidden;
    position: relative;
    text-align: left;
    visibility: hidden;
	zoom: 1;
}

.yui-carousel.yui-carousel-visible {
    visibility: visible;
}

.yui-carousel-content {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.yui-carousel-element li {
    border: 1px solid #ccc;
    list-style: none;
    margin: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: center;
}

.yui-carousel-vertical .yui-carousel-element li {
    display: block;
    float: none;
}

.yui-log .carousel {
    background: #f2e886;
}

.yui-carousel-nav {
    zoom: 1;
}

.yui-carousel-nav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.yui-carousel-button-focus {
    outline: 1px dotted #000;
}

.yui-carousel-min-width {
    min-width: 115px;
}

.yui-carousel-element   {
    overflow: hidden;
    position:relative;
	margin: 0 auto;
    padding:0;
    text-align:left;
}

.yui-carousel-horizontal .yui-carousel-element {
    width: 320000px;
}

.yui-carousel-vertical .yui-carousel-element {
    height:320000px;
}

.yui-skin-sam .yui-carousel-nav select {
    position: static;
}

.yui-carousel .yui-carousel-item-selected {
    border: 1px dashed #000;
    margin: 1px;
}

/* ****************** */

/* **** Careers / Location Carousel Skin *** */

.pot_skin_location_carousel
{
	float: right;
	max-width: 315px;
	width: 315px;
}

.pot_skin_location_carousel ol, .pot_skin_location_carousel li
{
	list-style-type: none;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.pot_skin_location_carousel li
{
	border: 1px solid #CCC;
	height: 330px;
	padding: 20px;
}

.pot_skin_location_carousel .yui-carousel-element li
{
	border: 1px solid #CCC;
	height: 330px;
	margin: 0px;
	max-width: 273px;
	text-align: left;
	width: 273px;
}

.pot_skin_location_carousel .yui-carousel-element .top_link
{
	display: none;
}

.pot_skin_location_carousel li img
{
	width: 271px;
	height: 152px;
}

.pot_skin_location_carousel .yui-carousel-nav {
	display: none;
}

/* ****************** */


/* **** Management / Board Carousel Skin **** */

.pot_skin_brd_mgmt_carousel .yui-carousel-nav {
	display: none;
}

.pot_skin_brd_mgmt_carousel {
	float: left;
    font-size: 13px;
	height: 159px;
	margin: 32px 0px 7px ;
	overflow: auto;
	padding: 0px 42px 0 0px;
	width: 620px;
}

.pot_skin_brd_mgmt_carousel.yui-carousel {
	overflow: hidden;
}

.pot_skin_brd_mgmt_carousel .yui-carousel-content {
	padding: 0 50px 0 0;
	margin: 0 10px;
	
}

.pot_skin_brd_mgmt_carousel ul {
	margin: 0;
	overflow: visible;
	width: 3000px;
}

.pot_skin_brd_mgmt_carousel li {
	border: none;
	display: inline;
	float: left;
    height: 160px;
	margin: 0px 5px;
	padding: 0;
	text-align: center;
	width: 138px;
	line-height: 1.231;
}

.pot_skin_brd_mgmt_carousel li img {
	border: none;
	margin: 1px;
}

.pot_skin_brd_mgmt_carousel button
{
	background-color: #fff;
	border: none;
	cursor: pointer;
	display: none;
	height: 100px;
	position: absolute;
	width: 10px;	
	z-index: 1;	
}

#filmstrip_next_button
{
	right: 0px;
}

#filmstrip_prev_button
{
	left: 0px;
}

.pot_skin_brd_mgmt_carousel.yui-carousel .yui-carousel-item-selected,
.pot_skin_brd_mgmt_carousel .selected {
	border: none;
	margin: 0 5px;
	
}

.pot_skin_brd_mgmt_carousel .selected a img,
.pot_skin_brd_mgmt_carousel li a:hover img
{
	border: solid 1px #ccc;
	margin: 0;
}

.pot_skin_brd_mgmt_carousel a {
	color: #999;
	font-size: 11px;
    text-decoration: none;
}

.pot_skin_brd_mgmt_carousel .selected a,
.pot_skin_brd_mgmt_carousel a:hover {
	color: #000;
}

/* ****************** */