* {
    margin: 0;
}
html, body {
    height: 100%;
    font: 13px Lucida Sans Unicode, Lucida Grande, sans-serif;
    color: #333;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -26em;
}
.push {
    height: 26em;
    display: block;
}
.footer {
    height: 26em;
    clear: both;
    font-size: 12px;
    background-color: #cecccd;
    padding-bottom: 5px;
}
.footer p {
    margin: 0;
    float: right;
    width: 300px;
    margin: 125px 0 0 -360px;
}
.footer p span {
    display: block;
}
.footer h3 {
    margin: 0 0 5px 0;
}
.footer dl {
    width: 300px;
    margin-bottom: 0;
    clear: none;
}

.holder {
    width: 960px;
    margin: 0 auto;
    clear: both;
}
.clearfix {
    display: block;
    clear: both;
}

/*Moved - top corner*/

a.moved {
    background: url(/graphics/moved.png) no-repeat;
    background-position:top right;
    float: right;
    width: 120px;
    height: 120px;
    position: fixed;
    left: 0;
    top: 0;
    text-indent: -9999px;
    padding: 0;
    margin: 0;
}
a.moved:hover {
    background-position:bottom right;
}

/*logo
------------------------------------------------------------------------------*/
.logo {
    margin: -25px 0 20px 0;
    padding: 0;
    overflow:hidden;
    float: left;
}
.logo a {
    width: 434px;
    height: 88px;
    background: url(/graphics/rantmedia-logo.png) no-repeat;
    background-position: 0 0;
    display:block;
    text-indent:-9999px;
}
.logo a:hover {
    background-position: 0 -88px;
}



/*H's
--------------------------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-weight: bold;
    margin: 10px 0;
}
h2 a,h3 a,h4 a,h5 a,h6 a {
    text-decoration: none;
}
h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
    text-decoration: underline;
}
h2 a,h3 a,h6 a {
    color: #033;
}
h4 a,h5 a {
    color: #066;
}

h2 {
    font-size: 33px;
    color: #fff;
    font-weight: normal;
}
h2 span {
    font-weight: bold;
}
h3 {
    font-size: 24px;
    color: #033;
}
h3.clearspace {
    clear: both;
    display: block;
    padding-top: 15px;
}
h4 {
    font-size: 20px;
    color: #066;
}
h5 {
    font-size: 17px;
    color: #066;
}
h6 {
    font-size: 15px;
    color: #033;
}

/*A's
-------------------------------------------------------------------------------*/

a {
    color: #900;
    text-decoration: underline;
    outline: none;
}
a:hover {
    text-decoration: none;
}
a:active {
outline: none;
}
a:focus {
-moz-outline-style: none;
}

/*a - floated right*/
a.right {
    float: right;
    background: url(/graphics/arrow.png) no-repeat center right;
    padding: 0 15px 0 0;
    margin: 8px 0;
}
a.right:hover {
    background: url(/graphics/arrow-red.png) no-repeat center right;
}
a.arrowleft {
    background: url(/graphics/arrowleft.png) no-repeat center left;
    padding: 0 0 0 15px;
    float: right;
    margin: 8px 0 8px 10px;
}
a.arrowleft:hover {
    background: url(/graphics/arrowleft-red.png) no-repeat center left;
}

/*Icons
-------------------------------------------------------------------------------*/

.rss {
    background: url(/graphics/icon-rss.png) no-repeat center right;
    padding: 0 30px 0 0;
    color: #fff !important;
}
.twitter {
    background: url(/graphics/icon-twitter.jpg) no-repeat center left;
    padding: 0 0 0 45px;
}
.twitter:hover {
    background: url(/graphics/icon-twitter-roll.jpg) no-repeat center left;
    padding: 0 0 0 45px;
}
.flickr {
    background: url(/graphics/icon-flickr.jpg) no-repeat center left;
    padding: 0 0 0 35px;
}
.flickr:hover {
    background: url(/graphics/icon-flickr-roll.jpg) no-repeat center left;
    padding: 0 0 0 35px;
}


/*P's
------------------------------------------------------------------------------*/

p {
    margin: 10px 0;
    line-height: 20px;
}

/*EM-------------------------------------------------------------------------*/

em {
    font-style: italic;
    color: #666;
}

/*Lists
---------------------------------------------------------------------------------*/

/*General unordered list*/

ul {
    margin: 10px 0;
    padding: 0;
}
li {
    list-style: none;
    padding: 0 0 0 20px;
    margin: 2px 0 3px 10px;
    background: url(/graphics/arrow.png) no-repeat 0 7px;
    line-height: 22px;
}
ul li span {
    color: #003333;
    padding-left: 5px;
}
/*General sub nav*/

ul li ul li {
    background: url(/graphics/arrow-red.png) no-repeat 0 7px;
}


/*General definition list*/

dl {
    width: 300px;
    border: none;
    padding: 0;
    margin: 10px 0;
    clear: both;
    display: block;
    line-height: 21px;
}
dt {
    float: left;
    padding: 5px 0;
    clear: left;
    width: 80px;
    text-align: right;
    color: #066;
    text-transform: uppercase;
}
dd {
    padding: 5px 0 5px 90px;
    border-bottom: 1px solid #00FF80;
}
dd.address {
    border-bottom: none;
}
dd.address span {
    display: block;
}


/*Recent news definition list*/

dl.news {
    border: none;
    padding: 0;
    margin: 10px 0;
    clear: both;
}
dl.news dt {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 17px;
    color: #066;
    padding: 7px 0 5px 0;
    float: none;
    border: none;
    clear: none;
    width: 100%;
    text-align: left;
    text-transform: none;
}
dl.news dt a {
    color: #90FFCC !important;
    text-decoration: underline;
}
dl.news dt a:hover {
    text-decoration: none;
}
dl.news dd {
    padding: 0 0 8px 0;
    border-bottom: 1px solid #CAE6ED;
    color: #fff;
}

dl.news dt.alpha {
    margin-top: -5px;
}
dl.news dd.omega {
    border-bottom: none;
    margin-bottom: 2px;
}



/*Eng/welsh and accessibility option list*/

ul.language {
    float: right;
    margin: 0 0 10px 10px;
    background: none;
    padding: 2px 0;
    color: #900;
    font-size: 12px;
}
ul.language li {
    list-style: none;
    display: inline;
    background: url(/graphics/menu-line.jpg) no-repeat center left;
    padding: 0 10px 0 13px;
    margin: 0;
    line-height: 20px;
}
ul.language li.alpha {
    background: none;
    padding-left: 5px;
}
ul.language li.omega {
    padding-right: 5px;
}
ul.language li.select {
    color: #033;
}
ul.language li.select a {
    color: #033;
    text-decoration: none;
}

/*Navigation*/

ul.nav {
    font: 14px Palatino Linotype, Book Antiqua, Palatino, serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #033;
    background: url(/graphics/cloud.png) no-repeat center center;
    float: none;
    clear: both;
    margin: 0 0 20px 0;
    line-height: 44px;
    padding: 0;
}
ul.nav li {
    display: inline;
    margin: 0;
    padding: 0;
    background: none;
}
ul.nav li span {
    margin: 3px 5px;
    padding: 2px 4px 1px 4px;
}
ul.nav li:hover span {
    background-color: #ccc;
}
ul.nav li a {
    color: #033;
    text-decoration: none;
    padding: 30px 5px;
}
ul.nav li a:hover {
    color: #900;
}
ul.nav li a.select {
    color: #900;
}
ul.nav li a.one:hover {
    background: url(/graphics/menu-one.png) no-repeat top center;
}
ul.nav li a.one:hover span {
    background: #ccc url(/graphics/menu-one-feet.png) no-repeat top center;
}
ul.nav li a.oneselect {
    background: url(/graphics/menu-one.png) no-repeat top center;
    color: #900;
}
ul.nav li a.oneselect span {
    background: #ccc url(/graphics/menu-one-feet.png) no-repeat top center;
}
ul.nav li a.two:hover {
    background: url(/graphics/menu-two.png) no-repeat top center;
}
ul.nav li a.two:hover span {
    background: #ccc url(/graphics/menu-two-nose.png) no-repeat top center;
}
ul.nav li a.one:hover span {
    background: #ccc url(/graphics/menu-one-feet.png) no-repeat top center;
}
ul.nav li a.twoselect {
    background: url(/graphics/menu-two.png) no-repeat top center;
    color: #900;
}
ul.nav li a.twoselect span {
    background: #ccc url(/graphics/menu-two-nose.png) no-repeat top center;
}
ul.nav li a.three {
        padding: 30px 10px;
}
ul.nav li a.three:hover {
    background: url(/graphics/menu-three.png) no-repeat center center;
}
ul.nav li a.three:hover span {
    background: #ccc url(/graphics/menu-three-feet.png) no-repeat top center;
}
ul.nav li a.threeselect {
    background: url(/graphics/menu-three.png) no-repeat center center;
    padding: 30px 10px;
    color: #900;
}
ul.nav li a.threeselect span {
    background: #ccc url(/graphics/menu-three-feet.png) no-repeat top center;
}

/*Sub-navigation -----------------------------------------------*/

ul.subnav {
    display: block;
    margin: -10px 0 10px 10px;
    background: none;
    padding: 2px 0;
    color: #fff;
    font-size: 13px;
}
ul.subnav li {
    list-style: none;
    display: inline;
    background: url(/graphics/menu-line.jpg) no-repeat center left;
    padding: 0 10px 0 13px;
    margin: 0;
    line-height: 20px;
}
ul.subnav a {
    color: #fff;
}
ul.subnav li.alpha {
    background: none;
    padding-left: 5px;
}
ul.subnav li.omega {
    padding-right: 5px;
}
ul.subnav li.select {
    color: #900;
}
ul.subnav li.select a {
    color: #900;
    text-decoration: none;
}


/*Breadcrumbs list*/

.topbar {
    display: block;
    height: 34px;
    background: #E9E9E9;
    margin: 30px 0 15px 0;
    border: 1px solid #B3B3B3;
    padding: 0 10px 0 0;
    overflow: hidden;
}
ul.breadcrumbs {
    padding: 0;
    margin: 0;
    font: 14px Palatino Linotype, Book Antiqua, Palatino, serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #666;
}
ul.breadcrumbs li {
    display: inline;
    line-height: 35px;
    padding: 0;
    margin: 0;
    background-image: none;
}
ul.breadcrumbs li a {
    color: #666;
    text-decoration: none;
    background: url(/graphics/breadcrumb.png) no-repeat center right;
    display: inline;
    line-height: 35px;
    padding: 10px 20px 10px 10px;
    margin: 0;
}
ul.breadcrumbs li a:hover {
    color: #900;
    text-decoration: underline;
}
ul.breadcrumbs li.last a {
    background: url(/graphics/breadcrumb-last.png) no-repeat center right;
}
ul.breadcrumbs li.select a {
    background: #c2c3c4 url(/graphics/breadcrumb-select.png) no-repeat center right;
}

/*Page numbers list*/

.pagesholder p {
    float: right;
    display: inline;
    font: 14px Palatino Linotype, Book Antiqua, Palatino, serif;
    color: #666;
    font-weight: bold;
    margin: 10px 0;
}
ul.pages {
    height: 34px;
    float: right;
    margin: 0 10px;
    padding: 0;
    text-align: right;
    font-weight: bold;
    font: 14px Palatino Linotype, Book Antiqua, Palatino, serif;
    color: #666;
}
ul.pages li {
    display: inline;
    padding: 0;
    margin: 0 3px;
    background-image: none;
    line-height: 34px;
    background-color: #E6E6E6;
}
ul.pages li a {
    padding: 1px 5px;
    border: 1px solid #999;
    color:#666;
    text-decoration: none;
}
ul.pages li a:hover {
    background-color: #c2c3c4;
    border: 1px solid #999;
    color: #900;
    text-decoration: underline;
}
ul.pages li.select a {
    background-color: #c2c3c4;
    border: 1px solid #999;
}




/*Header
-----------------------------------------------------------------------------------*/

.headerbgd {
    width: 100%;
    background: #8C8967 url(/graphics/header-bgd.jpg) repeat-x;
    padding: 0;
}
.header {
    width: 100%;
    padding: 0 0 100px 0;
}



/*Layout
-------------------------------------------------------------------------------------*/
/*Three columns*/
.colthree {
    width: 300px;
    margin: 0 15px 15px 15px;
    float: left;
    padding-top: 5px;
}
/*Two columns*/
.coltwo {
    width: 465px;
    margin: 0 15px 20px 15px;
    float: left;
    padding-top: 5px;
}
/*Double column - 1 double + 1 three*/
.coldouble {
    width: 625px;
    margin: 0 20px 20px 0px;
    float: left;
}

/*Four columns*/
.colfour {
    width: 210px;
    margin: 0 20px 20px 20px;
    float: left;
}

/*Column padding alpha = first and omega = last*/

.alpha {
    margin-left: 0;
}
.omega {
    margin-right: 0;
}

.right {
    float: right;
}



/*HR's Horizontal rules
-------------------------------------------------------------------------------------*/
hr {
    background: #66FFCC;
    height: 1px;
    border: none;
    clear: both;
    margin: 20px 0;
    display: block;
}

/*Images
--------------------------------------------------------------------------------------*/

img {
    float: left;
    margin: 2px 5px 2px 0;
    border: 4px solid #E3E4B6;
}
.colthree img {
    margin: 10px 0;
    width: 300px;
}

/*Backgrounds - Cardiff and mountains
-------------------------------------------------------------------------------------*/

.cardiff {
    background: url(/graphics/cardiff-bgd.png) repeat-x;
    height: 85px;
    margin: -100px 0 0 0;
}
.mountains {
    background: url(/graphics/mountains.png) repeat-x;
    height: 77px;
    margin: 0;
    padding: 0;
}
.phones {
    background: url(/graphics/bgd-phones.jpg) repeat-x;
    height: 65px;
    margin: 0;
    padding: 0;
    clear:both;
    display:block;
}



/* Twitter Tweet -------------------------------*/

.tweet {
    clear: both;
    width: 300px;
    margin: 10px 0 15px 0;
    padding: 0;
    background-color: #CDE1E1;
    font-size: 12px;
}
.tweet img {
    float: left;
    margin: 5px 5px 0 0;
    padding: 0;
    width: 50px;
    height: 50px;
    border: 2px solid #900;
}
.tweet a:hover img {
    border: 2px solid #066;
}
.tweet p {
    padding: 0 7px 0 10px;
    margin: -7px 0;
}
.tweet span {
    color: #808080;
}



/*Flickr
-------------------------------------------------------------------------------*/

.flickrholder {
}
.flickrholder img {
    width: 80px;
    height: 80px;
    border: 3px solid #339999;
    margin: 5px;
}
.flickrholder img:hover {
    border: 3px solid #99FFFF;
    cursor: pointer;
}


/*Work - projects in squares
--------------------------------------------------------------------------------*/
.work {
    height: 400px;
    border: 4px solid #E3E4B6;
    margin: 10px 0 30px 0;
    padding: 10px;
    overflow: hidden;
}
.work img {
    border: none;
}
.work .imgholder {
    width:433px;
    height: 200px;
    border: 2px solid #CC9;
    overflow: hidden;
    background: #E3E4B6;
}
.work .imgholder:hover {
    border: 2px solid #6CC;
}



/*Blockquote ---------------------------------------------------------------------
*/

blockquote {
    background: url(/graphics/quotation-marks.jpg) no-repeat top left;
    background-position: 5px 15px;
    margin: 10px 0;
    padding: 5px;
}
blockquote p {
    padding: 0 0 0 70px;
    font-style: italic;
    color: #666666;
}
blockquote p.author {
    color: #699;
    font-style: normal;
    font-size: 12px;
    text-align: right;
    font-weight: bold;
    padding: 0 5px 0 0;
    margin-top: -5px;
}



/*The Blog
-------------------------------------------------------------------------------*/


.blog {
    display: block;
    margin: 20px 0;
    clear: both;
}
.blog h4 {
    margin-left: 100px;
}
.blog p {
    margin-left: 100px;
    clear: none;
}
.blog .date {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    background-color: #E9E9E9;
    border: 1px solid #999;
    width: 40px;
    height: 52px;
    float: left;
    margin: 5px 20px 0 20px;
}
.blog .date p {
    color: #666666;
    text-align: center;
    font-weight: bold;
    padding: 0;
    margin: 4px 0 5px 0;
}
.blog .date p span {
    font-size: 24px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 12px;
    display: block;
    margin: 5px 0;
}



/*Blog definition list*/

.blog dl {
    padding: 0;
    margin: 5px 0 15px 100px;
    clear: none;
}
.blog dl dt {
    font: 13px Palatino Linotype, Book Antiqua, Palatino, serif;
    text-transform: none;
    font-weight: bold;
    margin: 0 5px 0 10px;
    float: none;
    width: auto;
    text-align: left;
    color: #033;
    display: inline;
    padding: 0;
}
.blog dl dt.alpha {
    margin-left: 0;
}
.blog dl dd {
    font-size: 12px;
    color: #366;
    margin: 0 3px 0 0;
    padding: 0;
    width: auto;
    display: inline;
    border: none;
}
.blog dl dd:before {
   content: "(";
}
.blog dl dd:after {
   content: ")";
}

.blog dl dd.tag:after {
    content: ",";
}
.blog dl dd.tag:before {
    content: "";
}
.blog dl dd.omega:after {
    content: "";
    margin-right: 10px;
}


/*The blog Tag Cloud*/

ul#cloud {
    margin: 10px 0;
}
ul#cloud li {
    background: none;
    margin: 0 5px 0 0;
    padding: 0;
    display: inline !important;
    clear: none;
}
ul#cloud a {
    text-decoration: none;
}
ul#cloud a:hover {
    text-decoration: underline;
}

    #cloud a.tag1 { font-size: 9px; font-weight: 100; color: #900; line-height: 10px;}
    #cloud a.tag2 { font-size: 12px; font-weight: 200; color: #006666; line-height: 13px;}
    #cloud a.tag3 { font-size: 15px; font-weight: 300; color: #900; line-height: 16px; }
    #cloud a.tag4 { font-size: 17px; font-weight: 400; color: #4C4C4C;  line-height: 18px;}
    #cloud a.tag5 { font-size: 21px; font-weight: 500; color: #669999;line-height: 22px; }
    #cloud a.tag6 { font-size: 24px; font-weight: 600; color: #003333;line-height: 25px; }
    #cloud a.tag7 { font-size: 27px; font-weight: 700; color: #900;line-height: 28px; }
    #cloud a.tag8 { font-size: 30px; font-weight: 800; color: #4C4C4C;line-height: 31px; }
    #cloud a.tag9 { font-size: 33px; font-weight: 900; color: #006666; line-height: 34px;}
    #cloud a.tag10 { font-size: 36px; font-weight: 900; color: #699; line-height: 37px;}



/* Tabs
----------------------------------*/
.ui-tabs {
    position: relative;
    padding: 0;
    margin: 0;
} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0;
}
#tabs-1,#tabs-2 {
    display: block;
    clear: both;
    margin: -10px 0 0 0;
    padding: 10px 0;
    border-top: 1px solid #B3B3B3;
    background: url(/graphics/line.jpg) no-repeat top right;
}
#tabs-1 img, #tabs-2 img {
    border: none;
}
#tabs-1 a.right,#tabs-2 a.right {
   margin-top: 0;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 1px;
    margin: 0 .2em 1px 0;
    border-bottom: 0 !important;
    padding: 0;
    background-image: none;
}
.ui-tabs .ui-tabs-nav li a {
    font: 20px Palatino Linotype, Book Antiqua, Palatino, serif;
    color: #003333;
    text-align: center;
    float: left;
    padding: .5em 1em;
    text-decoration: none;
    border: 1px solid #B3B3B3;
    border-bottom: 1px solid #9cc;
    margin-bottom: -1px;
    background-color: #9cc;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
    background-color: #fff;
    border-bottom: 1px solid #fff;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
    display: block;
    border: 0;
    padding: 1em 1.4em;
    background: none;
}
.ui-tabs .ui-tabs-hide {
    display: none !important;
}

.ui-tabs p {
    margin-left: 100px;
}
.ui-tabs p img {
    float: left;
    margin: 5px 0 0 -80px;
}

/*Google map on contact page*/

.googleholder {
    width: 449px;
    height: 400px;
    border: 4px solid #E3E4B6;
    margin: 20px 0 -10px 0;
    padding: 0;
    display: block;
}
.google {
    border: none;
    width: 449px;
    height: 400px;
    margin: 0;
    padding: 0;
}


/*Us - Rantmedia people--------------------------------------------------------*/

.us {
    width: 130px;
    height: 150px;
    overflow: hidden;
    border: 2px solid #E3E4B6;
    float: left;
    margin: 15px 15px 0 0;
    padding: 0;
}

.member{
	display: block;
    height: 100%;
    width: 100%;
    text-indent: -9999px;
    cursor: pointer;
	}
.james {
    background: url("/graphics/james.jpg");
	}
.crystal {
    background: url("/graphics/crystal.jpg");
	}
.anton {
    background: url("/graphics/anton.jpg");
	}
.danielle {
    background: url("/graphics/danielle.jpg");
	}
.jessica {
    background: url("/graphics/jessica.jpg");
        }

.us img {
    width: 130px;
    border: none;
    padding: 0;
    margin: 0;
}
.us .popup {
    position: absolute;
    margin: 0 0 0 0;
    padding: 5px;
    padding-top: 15px;
    min-width: 160px;
    height: 67px;
    overflow: visible;
    background: url(/graphics/speechbubble.png) no-repeat;
}
.us .popup p {
    font: 18px Palatino Linotype, Book Antiqua, Palatino, serif;
    font-weight: bold;
    color: #066;
    margin-top: 12px;
    padding: 5px;
}
.us .popup p span {
    font: 13px Lucida Sans Unicode, Lucida Grande, sans-serif;
    color: #fff;
    display: block;
}

/*Accessibility sitemap --------------------------------------------------------*/

.sitemap {
    display: block;
    margin: 20px 0;
}
.sitemap dl{
    width: 100%;
    border: none;
    padding: 0;
    margin: 10px 0;
    clear: both;
    display: block;
    line-height: 21px;
}
.sitemap dl dt {
    float: left;
    padding: 5px 0;
    clear: left;
    width: 160px;
    text-align: left;
    color: #066;
    text-transform: uppercase;
}
.sitemap dl dd {
    padding: 5px 0 5px 170px;
    border-bottom: 1px solid #00FF80;
}


/*Eaglebear logo at bottom ----------------------------------------------------*/


a.eaglebear {
	text-indent:-9999px;
	background:url(/graphics/footer-eaglebear.png) no-repeat;
	height:150px;
	width:204px;
	overflow:hidden;
        padding: 0;
        margin: 20px 0 0 0;
        float: right;
}
a.eaglebear:hover {
	background-position: -204px 0;
}




/* Carousel --------------------------------------------------------------------------
*/


/*This <div> element is wrapped by jCarousel around the list*/
/*and has the classname "jcarousel-container".*/

#mycarousel {
    height: 250px;
    overflow: hidden !important;
}
#mycarousel img {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
#mycarousel li {
    background-image: none;
    padding: 0;
}
.jcarousel-container {
    position: relative;
    margin: 0;
    border: 2px solid #CFF;
}
.jcarousel-container img {
    position: absolute;
    border: none;
}
.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-container li {
    background: none;
    list-style: none;
    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: 610px;
    height: 250px;
    color: #333;
    list-style: none;
    overflow: hidden;
}

/**
 * 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 {
    width: 610px;
    height: 250px;
    margin: 20px 0 10px 0;
    padding: 0;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 610px;
    padding: 0;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  610px;
    height: 250px;
}
.jcarousel-skin-tango .jcarousel-item {
    width: 610px;
    height: 250px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 112px;
    right: -20px;
    width: 37px;
    height: 37px;
    cursor: pointer;
    background: transparent url(/graphics/next.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background: transparent url(/graphics/next-roll.png) no-repeat 0 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: 112px;
    left: -20px;
    width: 37px;
    height: 37px;
    cursor: pointer;
    background: transparent url(/graphics/prev.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background: transparent url(/graphics/prev-roll.png) no-repeat 0 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: -74px 0;
}

/*Carousel information*/

.carouselinfo {
    width: 290px;
    height: 230px;
    padding: 10px 15px;
    float: right;
    background: url(/graphics/carouselbgd.png);
    position: relative;
}




/*Thumbnail gallery ----------------------------------------------------------*/

.slider-wrap {
    background: #C1BCA4;
    padding: 10px 10px 10px 12px;
    height: 340px;
}
.slider-wrap .wrapper img {
    border: 0;
    width: 445px;
}
.stripViewer .panelContainer 
.panel ul {
    text-align: left;
    margin: 0 15px;
    height: 285px;
}
.stripViewer								{ position: relative; overflow: hidden; width: 440px; height: 285px; }
.stripViewer .panelContainer				{ position: relative; height: 285px;}
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 440px; }
.stripViewer .panelContainer .panel p {
    margin: 0;
    padding: 0;
}
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb {
    border: 2px solid #fff;
    margin: 0;
    width: 80px;
}
.nav-thumb img {
    width: 86px;
}
#movers-row {
    margin: 0;
}
#movers-row div	{
    float: left;
    width: 87px;
    margin-right: 2px;
}
#movers-row .last {
    margin-right: 0 !important;
}
#movers-row div a.cross-link {
    
}
.photo-meta-data {
    background: url(/graphics/transpBlack.png);
    padding: 10px;
    height: 50px;
    margin-top: -75px;
    position: relative;
    z-index: 9999;
    color: white;
    float: left;
    width: 425px;
}
.photo-meta-data span {
    font-size: 13px;
}
.cross-link {
    display: block;
    width: 62px;
    margin-top: -10px; 
    position: relative;
    padding-top: 10px;
    z-index: 9999;
}
.active-thumb {
    width: 87px;
    background: transparent url(/graphics/icon-uparrowsmallwhite.png) top center no-repeat;
}




/*News homepage*/

.news-homepage a {
    color: #fff !important;
}
.news-homepage dl dd {
    color: #E6E6E6 !important;
}




/*Mobile logo list at top --------------------*/

ul.mobilelogos {
    width: 460px;
    float: right;
    clear: right;
}
ul.mobilelogos li {
    width: 45px;
    height: 41px;
    float: right;
    background: none;
    margin-left: 20px;
}
ul.mobilelogos li a.apple {
    width: 45px;
    height: 41px;
    display: block;
    text-indent: -9999px;
    background: url(/graphics/mob-apple.png) no-repeat  0 0;
}
ul.mobilelogos li a.apple:hover {
    background: url(/graphics/mob-apple.png) no-repeat  0 -41px;
}
ul.mobilelogos li a.android {
    width: 45px;
    height: 41px;
    display: block;
    text-indent: -9999px;
    background: url(/graphics/mob-android.png) no-repeat  0 0;
}
ul.mobilelogos li a.android:hover {
    background: url(/graphics/mob-android.png) no-repeat  0 -41px;
}
ul.mobilelogos li a.windows {
    width: 45px;
    height: 41px;
    display: block;
    text-indent: -9999px;
    background: url(/graphics/mob-windows.png) no-repeat  0 0;
}
ul.mobilelogos li a.windows:hover {
    background: url(/graphics/mob-windows.png) no-repeat  0 -41px;
}
ul.mobilelogos li a.blackberry {
    width: 45px;
    height: 41px;
    display: block;
    text-indent: -9999px;
    background: url(/graphics/mob-blackberry.png) no-repeat  0 0;
}
ul.mobilelogos li a.blackberry:hover {
    background: url(/graphics/mob-blackberry.png) no-repeat  0 -41px;
}










