/* CSS RESET AND CLEARFIX */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
   /* line-height: 1; EP removed due to causing clipped header text 
   and navigation lower nb css between IAm and Nikon live is different - check */


}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

noscript p {
	margin-top:20px;
}

.ian_clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ian_clearfix { *

zoom:
    1;
}

/* GLOBAL STYLES */
body {
    text-align: center;
    overflow: visible;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}





h2 {
    font-size: 12px;
}

p {
    font-size: 11px;
}

a {
    text-decoration: none;
    color: #777777;
}

a:hover {
    text-decoration: none;
    color: #000000;
}

#ian_main {
    width: 960px;
    margin: auto;
    padding: 18px 20px 0 20px;
    text-align: left;
}

#ian_header {
    width: 960px;
    height: 86px;
    background: transparent url(../images/header.jpg) no-repeat 0 0;
    margin-bottom: 8px;
}

#ian_splashlogo {
    width: 960px;
    height: 69px;
	padding-bottom: 40px;
    background: transparent url(../images/nikonlogo.jpg) no-repeat 0 0;
}

#ian_splashhead {
    display: inline-block;
    margin: 70px 0 20px 0;
}

#ian_splashhead img {
    float: left;
}

#ian_splashhead #ian_logo {
    margin: 5px 0 0 0;
}

#ian_splashhead #ian_infotext {
    margin: 0;
    margin-left: 10px;
}

#ian_splashcontent {
    padding-bottom: 20px;
    border-bottom: 1px solid #777777;
}

#ian_splashcontent object {
    float: left;
}

#ian_splashcontent #ian_splashcountryselect {
    float: left;
    padding-left: 26px;
    width: 514px;
}

#ian_splashcontent #ian_splashcountryselect .ian_splashcountry {
    float: left;
    width: 129px;
    height: 14px;
    margin-right: 12px;
    background: transparent url(../images/arrows.png) no-repeat scroll 4px 4px;
    padding-left: 21px;
    padding-top: 4px;
    color: #333333;
    font-size: 11px;
}

#ian_splashcontent #ian_splashcountryselect .ian_splashcountry:hover {
    color: #ffe600;
    background: #333333 url(../images/arrowYellow.png) no-repeat scroll 4px 4px;
}

.ian_dropdown {
    cursor: pointer;
    width: 129px;
}

.ian_dropdown ul {
    display: none;
    width: 150px;
    position: relative;
    top: -999em;
    left: 0;
    background: #bdbdbd;
    margin-left: -21px;
    margin-top: -4px;
}

.ian_dropdown .ian_download {
    display: block;
    padding: 4px 0 0 21px;
    height: 14px;
    color: #333;
    margin-left: -21px;
    margin-top: -4px;
    background: transparent url(../images/arrows.png) no-repeat scroll 4px 4px;
}

.ian_dropdown li ul {
    padding-bottom: 6px;
}

.ian_dropdown li span a {
    color: #333;
}

.ian_dropdown li ul li {
    margin-left: -21px;
    padding-left: 21px;
    width: 150px;
}

.ian_dropdown li ul li a {
    color: #333;
    width: 150px;
    height: 14px;
    display: block;
    padding-top: 4px;
}

.ian_dropdown li ul li a:hover {
    color: #fff;
    background-color: #333;
    text-decoration: none;
    margin-left: -21px;
    padding-left: 21px;
    width: 129px !important;
}

.ian_dropdown li:hover ul, .ian_dropdown li.ian_sfHover ul {
    top: -4px;
    cursor: pointer;
    padding-left: 21px;
    padding-top: 5px;
    width: 129px;
}

.ian_dropdown li:hover span.ian_download, .ian_dropdown li.ian_sfHover span.ian_download {
    background: #bdbdbd url(../images/arrow_up.gif) no-repeat 4px 4px;
    padding-bottom: 6px;
}

.ian_dropdown li a:hover {
    text-decoration: underline;
}

#ian_splashfooter {
    text-align: left;
    margin-top: 10px;
    padding-left: 16px;
    background: transparent url(../images/arrows.png) no-repeat scroll 0 0;
}

#ian_menu {
    width: 960px;
    height: 50px;
    background: transparent url(../images/menu.jpg) no-repeat 0 0;
}

#ian_tabwrapper {
    width: 960px;
    /* height: 118px;  Removed */ 
	line-height: 1;
    display: inline-block;
}

#ian_tabhead {
    padding-bottom: 10px;
    display: inline-block;
}

#ian_logo {
    margin: 20px 0 0 0;
    float: left;
}

#ian_infotext {
    float: left;
    width: 600px;
    margin: 31px 0 0 10px;

}

#ian_infotext p {
    font-size: 13px;
    color: #444444;
}

#ian_tabs {
    width: 960px;
    height: 34px;
    position: relative;

}

#ian_tabs a {
    float: left;
    display: block;
    width: 17%;
    height: 22px;
    margin-right: 2px;
    padding: 12px 0 0 28px;
    background: #ededed url(../images/arrows.png) no-repeat 10px 12px;
    color: #696969;
    font-weight: bold;
}

/*phase 2:  #ian_tabs a {width:130px; height:22px; margin-right:2px; padding:12px 0 0 28px; float:left; background:#ededed url(../images/arrows.png) no-repeat 10px 12px; color:#696969; font-weight:bold;}*/
#ian_tabs a:hover {
    background: #777 url(../images/arrows.png) no-repeat 10px -28px;
    color: #fff;
}

#ian_tabs a.ian_active {
    background: #333 url(../images/arrows.png) no-repeat 10px -68px;
    color: #fff;
}

#ian_tabwrapper #ian_tabs a.ian_last {
    margin: 0;
    width: 16%;
    _width: 209px;
}

/*phase 2:  #ian_tabs .last {margin:0; width:132px;}  */
#ian_content {
    position: relative;
    text-align: center;
    width: 960px;
    height: 540px;
    z-index: 2;
}

#ian_disableLayer {
    z-index: 1;
}

.ian_img {
    overflow: hidden;
    background-color: #333333;
	color:#fff;
	font-weight:bold;
    width: 960px;
    height: 540px;
    z-index: 1;
    text-align: center;
}

.ian_loading {
    background: #333333 url(../images/loader.gif) no-repeat center center;
}

#ian_wrap {
    text-align: left;
    background: transparent;
    width: 960px;
    height: 480px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
}

#ian_wrap.ian_aboutDesc p {
    margin: 12px 0 0 121px;
    width: 730px;
    color: #777;
    line-height: 12px;
}

/* Styling to ensure Making Of video controls are usable */

#ian_wrap_makingof {
    text-align: left;
    background: transparent;
    width: 960px;
    height: 250px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
}

#ian_wrap_makingof.ian_aboutDesc p {
    margin: 12px 0 0 121px;
    width: 730px;
    color: #777;
    line-height: 12px;
}

.ian_wrap-toggle-vis {
    visibility: hidden;
}

#ian_addthis {
    float: left;
    margin: 20px 0 0 40px;
}

a.addthis_button {
            background: #fff url(../images/addthis3.png) no-repeat 0 0;
            min-width: 50px;
            height: 20px;
            padding: 10px 0 0 26px;
            display: block;
   -moz-border-radius: 5px;     
            font-size: 11px;
            color: #333;
}

#ian_meta {
    line-height: 15px;
    min-height: 125px;
    float: right;
    margin: 20px 40px 0 0;
    background-color: #ffffff;
    text-align: left;
    color: #333333;
    box-shadow: 1px 1px 8px #555;
    -webkit-box-shadow: 1px 1px 8px #555;
    -moz-box-shadow: 1px 1px 8px #555;
}

#ian_meta .ian_metadata {
    float: left;
    min-width: 111px;
    min-height: 106px;
    margin: 8px 0;
    padding: 2px 6px 2px 9px;
    border-right: 1px solid #cccccc;
    line-height: 1.5em;
    overflow: hidden;
    position: relative;
}

#ian_meta p {
    font-size: 11px;
}

#ian_meta .ian_metadata p {
    padding-bottom: 16px;
}

#ian_meta h2 {
    width: 111px;
    font-weight: bold;
}

#ian_meta .ian_metadata a.ian_from {
    font-weight: bold;
    color: #333;
    padding-right: 12px;
    background: transparent url(../images/extLink.png) no-repeat right center;
}

#ian_meta .ian_metadata a.ian_from:hover {
    border-bottom: 1px solid #000;
}

#ian_meta .ian_metadata a.ian_foundon {
    color: #333;
}

#ian_meta .ian_metadata a.ian_foundon:hover {
    border-bottom: 1px solid #000;


}

#ian_meta .ian_metadata img.ian_youtube {
    margin-bottom: -3px;

}

#ian_meta .ian_metadetails {
    float: left;
    min-width: 111px;
    height: 106px;
    margin-top: 8px;
    padding: 2px 2px 2px 9px;
    position: relative;
    cursor: pointer;
}

#ian_meta .ian_metadetails p {
    font-size: 13px;
    padding-bottom: 2px;

}

#ian_meta .ian_metadetails p.ian_promoimg {

    text-align: center;
    padding: 6px 0;



}

#ian_meta .ian_metadetails a#ian_promotarget {
    padding-left: 14px;

    margin-top: 3px;
    font-size: 11px;


    color: #333333;
    background: transparent url(../images/arrows.png) no-repeat 0 1px !important;

}

#ian_meta .ian_metadetails a#ian_promotarget:hover {

    text-decoration: underline;
}

#ian_meta_download {
    float: right;
    width: 225px;

    margin: 20px 40px 0 0;
    padding: 10px 10px 5px 10px;
    background-color: #ffffff;
    text-align: left;
    color: #333333;
    box-shadow: 1px 1px 8px #555;
    -webkit-box-shadow: 1px 1px 8px #555;
    -moz-box-shadow: 1px 1px 8px #555;
}

#ian_meta_download .ian_to_overview {
    background: #bdbdbd url(../images/icon_x.png) no-repeat 4px 5px;
    margin-bottom: 8px;
    display: block;
    padding: 3px 0 3px 17px;
    color: #333;
}

#ian_meta_download .ian_to_overview:hover {
    text-decoration: underline;



}

#ian_dropdown {


    width: 205px;
	background-color:#333;
	padding:10px;




}

.ian_download {
	color:#fff;
	font-size:12px;
	font-weight:bold;




}











#ian_dropdown li a {
    display: block;
    color: #fbe601;
	font-size:11px;
	font-weight:bold;
	margin-top:6px;

	padding-left:16px;
	background:transparent url(../images/arrows.png) no-repeat scroll 0 -80px;
}

#ian_dropdown li a:hover {
    text-decoration:underline;


}

a.ian_openreport {
    padding: 0 0 0 15px;
    background: url(../images/icon_report.gif) no-repeat 0 1px;
    color: #777777;
}

a.ian_openreport:hover {
    background: url(../images/icon_report.gif) no-repeat 0 -29px;
    color: #333333;
    text-decoration: underline;
}






#ian_playpause {
    position: absolute;
    left: 0;
    top: 10px;
    height: 81px;
    width: 99px;
    border-right: solid 1px #b2b2b2;
    background: #fff url(../images/play.png) no-repeat 43px 23px;
}

#ian_playpause:hover {
    background-position: 43px -47px;
}

#ian_playpause.ian_pause {
    background-image: url(../images/pause.png);
}

/* ABOUT */
#ian_wrap h1 {
    font-size: 30px;
    color: #777;
    margin: 34px 0 0 30px;
    font-weight: normal;





}

#ian_wrap h1 span {
    margin: 6px 0 0 88px;




}

#ian_wrap p.ian_desc {
    margin: 12px 0 0 121px;
    width: 330px;
    color: #777;
    line-height: 12px;

}

.ian_aboutLinks {
    position: absolute;
    font-size: 18px;


    padding-left: 22px;
    padding-bottom: 2px;
    /*background: transparent url(../images/aboutArrow.png) no-repeat 0 0px;*/

}

.ian_aboutLinks:hover {
    /*background: transparent url(../images/aboutArrow.png) no-repeat 0 -33px;*/
    color: #333;



}

#ian_aboutTV {
    left: 135px;
    top: 220px;



}

#ian_aboutPrint {
    left: 514px;
    top: 176px;




}

#ian_aboutMakingOff {
    left: 727px;
    top: 188px;


}

/* Main Banner (campaign.page) floating image link DIVs START */

#ian_aboutTV_img {

float: left;
width: 275px;
height: 250px;
padding-left: 55px;
padding-top: 100px;
cursor: pointer;
}

#ian_aboutPrint_img {

float: left;
width: 275px;
height: 250px;
padding-left: 25px;
padding-top: 100px;
cursor: pointer;
}

#ian_aboutMakingOf_img {

float: left;
width: 275px;
height: 250px;
padding-top: 100px;
cursor: pointer;
}



/* Main Banner (campaign.page) floating image link DIVs END */

#ian_picturebox {
    position: absolute;
    left: 40px;
    bottom: 10px;
    width: 880px;
    height: 60px;
    padding: 10px 0;
    background-color: #ffffff;
    text-align: center;
    box-shadow: 1px 1px 8px #555;
    -webkit-box-shadow: 1px 1px 8px #555;
    -moz-box-shadow: 1px 1px 8px #555;
}

#ian_picturebox #ian_gallery {
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
}

#ian_picturebox #ian_gallery div {
    cursor: pointer;
    margin: 0 3px;
    width: 60px;
    height: 60px;
    float: left;
    background: #ffffff;
}








#ian_playercontrols {
    background-color: #fff;
    width: 880px;
    height: 40px;
    position: absolute;
    left: 40px;
    bottom: 10px;
}

#ian_controlsInner {
    padding: 13px 10px;
}

#ian_controlsInner.ian_videoControl {
    padding-top: 42px;
}

#ian_controlsInner a, #ian_controlsInner span, #ian_controlsInner div {
    float: left;
}

.ian_videoPlay {
    width: 8px;
    height: 14px;
    background: #ffffff url(../images/videoPlay.png) no-repeat 0 0;
}

.ian_videoPlay:hover {
    background-position: 0 -37px;
}

.ian_videoPause {
    width: 8px;
    height: 14px;
    background: #ffffff url(../images/videoPause.png) no-repeat 0 0;
}

.ian_videoPause:hover {
    background-position: 0 -37px;
}

#ian_timebar {
    width: 727px;
    height: 6px;
    margin: 4px 12px 0 10px;
    background-color: #bebebe;
}

#ian_timebar.ian_videoControl {
    width: 179px;
}

#ian_status {
    height: 6px;
    width: 0px;
    background-color: #333333;
}

#ian_videoVolume.ian_inactive {
    width: 8px;
    height: 12px;
    margin: 1px 10px 0 0;
    background: #ffffff url(../images/videoVolume.png) no-repeat 0 0;
}

#ian_videoVolume.ian_inactive:hover {
    background-position: 0 -38px;
}

#ian_videoVolume.ian_inactive #ian_videoVolumeSlider {
    display: none;
}

#ian_videoVolume.ian_active {
    width: 15px;
    height: 68px;
    background: #333333 url(../images/videoVolumeActive.png) no-repeat 3px 53px;
    margin: -52px 6px 0 -3px;
    cursor: pointer;
}

#ian_videoVolume.ian_active #ian_videoVolumeSlider {
    width: 7px;
    height: 45px;
    background-color: #ffffff;
    margin: 4px;
    position: relative;
}

#ian_videoVolume.ian_active #ian_videoVolumeSlider #ian_videoVolumeAmount {
    position: absolute;
    left: 1px;
    bottom: 1px;
    width: 5px;
    height: 43px;
    background-color: #777777;
}

#ian_videoVolumeSlider, #ian_timebar {
    cursor: pointer;
}

#ian_videoFull {
    width: 24px;
    height: 13px;
    margin-right: 10px;
    background: #ffffff url(../images/videoFull.png) no-repeat 0 0;
    cursor: pointer;
}

#ian_videoFull:hover {
    background-position: 0 -18px;
}

#ian_videoFull.ian_active {
    background-position: 0 -37px;
    z-index: 1001;
}

#ian_videoTime.ian_videoControl {
    float: none;
    position: absolute;
    top: 57px;
    right: 673px;
}

#ian_videoCurrentTime, #ian_videoDuration {
    margin-top: 1px;
}

#ian_videoTimeSplit {
    margin: 1px 2px 0 2px;
}




#DOMWindow {
    width: 305px;	

























	








}

#DOMWindow.ian_dialog_external {
    width: 305px;
    height: auto !important;
    text-align: left;
    padding: 5px 5px 10px 5px;
	overflow: hidden;
}

#DOMWindow.ian_dialog_external h3 {
    color: #FFF;
    padding: 5px;
    font-size: 12px;
    background: #333;
    margin-bottom: 8px;
}

#DOMWindow.ian_dialog_external p {
    line-height: 1.3em;
    padding: 0 10px 18px 3px;
}

#DOMWindow.ian_dialog_external a {
    background: #bdbdbd url(../images/arrows.png) no-repeat 4px 3px;
    padding: 2px 5px 2px 20px;
    color: #333;
    width: 150px;
    margin: 0 10px 5px 0;
    cursor: pointer;
}

#DOMWindow.ian_dialog_external a:hover {
    text-decoration: underline;
}

#DOMWindow.ian_dialog_external span.ian_closedialog {
    background: transparent url(../images/arrows.png) no-repeat 0 1px;
    padding-left: 17px;
    color: #333;
    cursor: pointer;
}

#DOMWindow span.ian_closedialog:hover {
    text-decoration: underline;
}

#DOMWindow.ian_dialog_report {
    width: 305px;
    height: auto !important;
    text-align: left;
    padding: 5px 5px 10px 5px;
}

#DOMWindow.ian_dialog_report h3 {
    color: #FFF;
    padding: 5px;
    font-size: 12px;
    background: #333;
    margin-bottom: 8px;
}

#DOMWindow.ian_dialog_report p {
    line-height: 1.3em;
    padding: 0 10px 18px 3px;
}

#DOMWindow #ian_dialog_report_feedback p {
    padding-bottom: 35px;
}

#DOMWindow.ian_dialog_report p a {
	background:0 none;
	padding:0;
	margin:0;
	font-weight:bold;
}

#DOMWindow.ian_dialog_report span.ian_closedialog_mod {
    background: #bdbdbd url(../images/arrows.png) no-repeat 4px 3px;
    padding: 2px 5px 2px 20px;
    color: #333;
    width: auto;
    margin: 0 10px 5px 0;
    cursor: pointer;
}

#DOMWindow.ian_dialog_report span.ian_closedialog_mod:hover {
    text-decoration: underline;
}

#ian_reportform .ian_report_thumb {
    background-repeat: no-repeat;
    height: 60px;
    width: 60px;
    float: left;
    overflow: hidden;
    margin: 0 10px 20px 0;
}

#ian_reportform .ian_report_info {
    float: left;
    width: 180px;
    padding-right: 50px;
    line-height: 1.3em;
    margin: 0 0 20px 0;
}


#ian_reportform label {
    margin-top: 6px;
    display: block;
    width: 312px;
}

#ian_reportform label.error {
    color: #fd0000;
    line-height: 1.2em;
    margin-top: 0;
}

#ian_reportform .ian_report_text {
    border: 1px solid #777777;
    width: 303px;
    height: 14px;
    padding: 2px 2px 0 2px;
    margin: 3px 0 6px 0;
    font-size: 11px;
}

#ian_reportform textarea {
    border: 1px solid #777777;
    width: 308px;
    max-width: 308px;
    height: 123px;
    padding: 2px 2px 0 2px;
    margin: 3px 0 20px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

#ian_reportform input.ian_report_submit {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 1.2em;
    background: transparent url(../images/bg_submit.gif) no-repeat 0 0;
    padding: 1px 5px 2px 17px;
    text-align: left;
    color: #333;
    width: 70px;
    height: 16px;
    border: 0;
    margin: 0 10px 0 0;
    cursor: pointer;
}

#ian_reportform input.ian_report_submit:hover {
    text-decoration: underline;
}

#ian_reportform label {
    margin-top: 6px;
    display: block;
    width: 312px;
}

#DOMWindow.ian_dialog_report .ian_requiredinfo {
    position: absolute;
    right: 17px;
    bottom: 15px;
}


#DOMWindow.ian_dialog_report span.ian_closedialog {
    background: transparent url(../images/arrows.png) no-repeat 0 1px;
    padding-left: 17px;
    color: #333;
    cursor: pointer;
}

#ian_teaserbox {
    width: 960px;
    min-height: 200px;
    margin-top: 20px;
    margin-bottom: 27px;
}

.ian_teaser {
    float: left;
    width: 185px;
    margin-right: 9px;
    background: #ebebeb;
    overflow: hidden !important;
    cursor: pointer;
    position: relative;
}

.ian_teaser a {
    line-height: 1em;
}

.ian_teasertext {
    padding: 6px 10px 10px 10px;
    color: #333333;
    line-height: 1.2em;
}

.ian_teasertext h2 {
    margin-bottom: 4px;

}

.ian_teasertext h2 a {
    color: #333333;
}

#ian_teaserbox .ian_last {
    margin-right: 0;
    width: 184px;
}

#ian_networkbox {
    min-height: 60px;
    margin-bottom: 27px;
}

.ian_network {
    float: left;
    width: 172px;
    padding: 4px 10px 10px 10px;
    border-left: 1px solid #777;
    line-height: 1.2em;
    overflow: hidden !important;
    cursor: pointer;
}

.ian_network a {
    display: block;
    height: 30px;
}

.ian_network p {
    color: #333;
}

#ian_networkbox .ian_last {
    width: 167px;
    margin: 0;
}

#ian_footer {
    height: 136px;
}

#ian_showfilter {
    height: 25px;
    width: 245px;
    position: absolute;
    bottom: 99px;
    left: 675px;
    background: transparent url(../images/showFilterButton.png) repeat-x 0 0;
    text-align: left;
}

#ian_showfilter a {
    padding-left: 14px;
    padding-top: 5px;
    margin-left: 5px;
    color: #333333;
    background: transparent url(../images/arrows.png) no-repeat 0 5px;
    display: block;
}

#ian_showfilter.ian_filtered {
    background: none;
    color: #333;
    background-color: #FFEE7F;
}

#ian_imagefilter {
    display: block;
    width: 840px;
    height: 353px;
    padding: 10px 20px 21px 20px;
    z-index: 100001;
    color: #fff;
    text-align: left;
    position: absolute;
    left: 40px;
    bottom: 0;
    background: transparent url('../images/filterBg.png') repeat 0 0;
}

#ian_imagefilter a {
    color: #fff;
}

#ian_imagefilter .ian_filterhead {
    height: 34px;
}

#ian_imagefilter .ian_filterhead .ian_filtertotal {
    float: left;
    height: 34px;
    border-right: 1px solid #333;
    padding-right: 10px;
    margin-right: 10px;
    padding-top: 11px;
    font-size: 16px;
}

#ian_imagefilter .ian_filterhead .ian_filtertotal span {
    font-weight: bold;
}

#ian_imagefilter .ian_filterhead .ian_filterrelative {
    float: left;
    padding-top: 11px;
    font-size: 16px;
}

#ian_imagefilter .ian_filterhead .ian_filterrelative span {
    font-weight: bold;
    color: #ffee7f;
}

#ian_imagefilter .ian_filtercontent {
    height: 261px;
    margin-top: 11px;
}

#ian_imagefilter .ian_filtercontent h2 {
    margin-bottom: 14px;
}

#ian_imagefilter .ian_filtercontent .ian_filtercameras {
    float: left;
    width: 439px;
    height: 100%;
    border-right: 1px solid #333;
    position: relative;
    display: none;
}

#ian_imagefilter .ian_filtercontent .ian_filtercameras .ian_filterchoice a {
    float: left;
    padding: 4px 10px 2px 20px;
    background: transparent url(../images/radioButton.png) no-repeat 4px -16px;
    margin-right: 1px;
}

.ian_filterlanguages {
    margin-top: 16px;
}

.ian_filterlanguages .ian_filterchoice a {
    padding: 4px 10px 2px 20px;
    background: transparent url(../images/radioButton.png) no-repeat 4px -16px;
    display: block;
    margin-bottom: 2px;
}

.ian_filterlanguages .ian_filterchoice a:hover {
    text-decoration: underline;
}

.ian_filterlanguages .ian_filterchoice a.ian_active {
    background: #ffee7f url(../images/radioButton.png) no-repeat 4px 3px;
    color: #333 !important;
}

#ian_imagefilter .ian_filtercontent .ian_filtercameras a.ian_active {
    background: #ffee7f url(../images/radioButton.png) no-repeat 4px 3px;
    color: #333;
}

#ian_imagefilter .ian_filtercontent #ian_cameraswrapper {
    padding-top: 15px;
    position: relative;
}

#ian_imagefilter .ian_filtercontent #ian_cameraswrapper #ian_layerInactive {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 419px;
    height: 181px;
    background: transparent url(../images/filterInaLayer.png) repeat 0 0;
    z-index: 10001;
}

#ian_imagefilter .ian_filtercontent #ian_cameraswrapper .ian_camera {
    float: left;
    width: 104px;
    height: 70px;
    background-color: #fff;
    margin: 0 1px 1px 0;
    text-align: center;
    padding-top: 20px;
    cursor: pointer;
    position: relative;
}

#ian_imagefilter .ian_filtercontent #ian_cameraswrapper .ian_camera .ian_hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 104px;
    height: 90px;
    background: transparent url(../images/images_filter_camera_rollover.png) no-repeat 0 0;
}

#ian_imagefilter .ian_filtercontent #ian_cameraswrapper .ian_camera.ian_active .ian_active {
    position: absolute;
    top: 0;
    left: 0;
    width: 104px;
    height: 90px;
    background: transparent url(../images/images_filter_camera_ativ.png) no-repeat 0 0;


}

#ian_imagefilter .ian_filtercontent #ian_cameraswrapper .ian_camera.ian_active img {
    margin-top: 0px;
}

#ian_imagefilter .ian_filtercontent #ian_cameraswrapper .ian_camera p {
    color: #333;
    font-size: 10px;
    font-weight: bold;
}

#ian_filterpagination {
    position: absolute;
    bottom: 0;
    text-align: center;
    line-height: 15px;
    margin-top: 6px;
    width: 419px;
}

#ian_filterpagination img {
    cursor: pointer;
    position: relative;
}

#ian_filterpagination span {
    position: relative;
    bottom: 3px;
    margin: 0 8px;
}

#ian_imagefilter .ian_filtercontent .ian_filtercategories {
    float: left;
    width: 380px;
    padding-left: 20px;
}

#ian_categorywrapper {
    margin-top: 12px;
	overflow: hidden;

}

#ian_categorywrapper.ian_videofilter {
    margin-top: -15px;
    height: 155px;
    border-bottom: 1px solid #4d4d4d;
}

#ian_categorywrapper .ian_category {
    float: left;
    height: 78px;
    width: 126px;
    position: relative;
    cursor: pointer;
}

#ian_categorywrapper.ian_videofilter .ian_category {
    width: 180px;
    height: 30px;
    margin-top: 2px;
}

#ian_categorywrapper .ian_category img {
    margin-top: 33px;
    margin-left: 17px;
}

#ian_categorywrapper.ian_videofilter .ian_category img {
    margin-top: 18px;

    margin-left: 20px;
}

#ian_categorywrapper .ian_category a {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    background: transparent url(../images/filterCheckbox.png) no-repeat 0 0;
    padding-left: 17px;
    color: #ffee7f;
}

#ian_categorywrapper .ian_category a:hover {
    text-decoration: underline;
}

#ian_categorywrapper.ian_videofilter .ian_category a {
    padding-left: 46px;
}

#ian_categorywrapper .ian_category a.ian_inactive {
    color: #777777;
    background-position: 0 -29px;
}

#ian_imagefilter .ian_filterfooter {
    margin-top: 24px;
    height: 23px;
}

#ian_imagefilter .ian_filterfooter #ian_filterapply {
    color: #333;
    font-size: 14px;
    float: right;
    height: 19px;
    background: #afafaf url(../images/filterApply.png) no-repeat 8px 6px;
    padding: 4px 10px 0 26px;
    font-weight: bold;
}

#ian_imagefilter .ian_filterfooter #ian_filterapply:hover {
    background: #fff url(../images/filterApply.png) no-repeat 8px 6px;
}

#ian_imagefilter .ian_filterfooter #ian_filtercancel {
    float: right;
    height: 17px;
    padding: 6px 20px 0 26px;
    font-size: 10px;
    background: transparent url(../images/filterCancel.png) no-repeat 11px 6px;
}

#ian_imagefilter .ian_filterfooter #ian_filtercancel:hover {
    text-decoration: underline;
}

.ian_pagination {
    height: 10px;
    position: absolute;
    bottom: 12px;
    right: 341px;
    color: #333333;
    font-size: 10px;
    z-index: 10;
}

.ian_pagination.ian_videoControl {
    right: 250px;
    bottom: 0;
}

.ian_pagination div {
    float: left;
}

/* jCarousel Styles */
.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;
    width: 60px;
    height: 60px;
}

.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.jcarousel-skin-ie7 {
    width: 880px !important;
    height: 102px !important;
    bottom: 0;
    position: absolute;
    left: 40px;
    z-index: 1000;
    box-shadow: 1px 1px 8px #555;
    -webkit-box-shadow: 1px 1px 8px #555;
    -moz-box-shadow: 1px 1px 8px #555;
}

.jcarousel-skin-ie7 .jcarousel-container-horizontal {
    width: 759px;
    height: 92px !important;
    padding: 10px 14px 0 107px;
    background-color: #ffffff;
    border: 0 none;
}

.jcarousel-skin-ie7 .jcarousel-clip-horizontal {
    width: 100% !important;
    height: 92px;
}

.jcarousel-skin-ie7 .jcarousel-item {
    height: 60px;
    width: 60px;
    border: 0 none;
}

#ian_myvideocarousel .jcarousel-clip .jcarousel-list .jcarousel-item {
    height: 60px;
    width: 110px;
    border: 0 none;
}

.jcarousel-skin-ie7 .ian_active a div {

    /*
     height: 52px !important;
     width: 52px !important;
     background-position: -4px -4px !important;
     border: 4px solid #ffdd00;
     */

}

.jcarousel-skin-ie7 .jcarousel-item a {
    width: 60px;
}

.jcarousel-skin-ie7 .jcarousel-next-horizontal {
    background: transparent url('../images/stepright.png') no-repeat 0 0;
    width: 6px !important;
    height: 12px;
    cursor: pointer;
    margin-left: 21px;
}

.jcarousel-skin-ie7 .jcarousel-next-horizontal:hover {
    background: transparent url('../images/stepright_rollover.png') no-repeat 0 0;
}

.jcarousel-next-disabled-horizontal {
    background: none !important;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal {
    background: transparent url('../images/stepleft.png') no-repeat 0 0;
    width: 6px !important;
    height: 12px;
    cursor: pointer;
    margin-right: 21px;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal:hover {
    background: transparent url('../images/stepleft_rollover.png') no-repeat 0 0;
}

.jcarousel-prev-disabled-horizontal {
    background: none !important;
}

#ian_myvideocarousel.ian_videoControl {
    border-left: 1px solid #b2b2b2;
    width: 600px;
    height: 82px !important;
    position: absolute;
    right: 0;
    padding: 0 0 0 10px;
    top: 10px;
}

#ian_myvideocarousel.ian_videoControl .jcarousel-clip .jcarousel-list .jcarousel-item a {
    width: 110px !important;
}

#ian_myvideocarousel.ian_videoControl .jcarousel-clip .jcarousel-list .jcarousel-item a div {
    width: 110px !important;
}

/* ADD THIS BUTTON */
.forceVisible {

    display: block !important;
    visibility: visible !important;
}


#at20mc #at15s {
    border-width: 0px !important
}

#at15s {
    -moz-border-radius: 5px;
    margin-top: -10px;
    border: 0 none !important;
}

#at15s_head {
   padding-top: 37px !important;
   background: transparent url(../images/addthis3.png) no-repeat -1px -71px !important;
   border: 0 none !important;
}


#at15ptc {
    padding-left: 0px;
}

#at15ptc {
    font-weight: bold;
}

.at15t {
    color: #333333;
    font-size: 11px !important;
}

#at16pf {
    display: none;
}

#ian_magnifyer {
    width: 98px;
    height: 98px;
    position: absolute;
}

#ian_magnifyer.ian_active {
    background: transparent url(../images/magnifyerMinus.png) no-repeat 0 0;
}

#ian_magnifyer.ian_active:hover {
    background: transparent url(../images/magnifyerMinus_rollover.png) no-repeat 0 0;
}

#ian_magnifyer.ian_inactive {
    background: transparent url(../images/magnifyerPlus.png) no-repeat 0 0;
    left: 431px !important;
    top: 221px !important;
}

#ian_magnifyer.ian_inactive:hover {
    background: transparent url(../images/magnifyerPlus_rollover.png) no-repeat 0 0;
    left: 431px !important;
    top: 221px !important;
}

#ian_thumbnailtip {
    display: none;
}

/* TipTip CSS - Version 1.2 */
#tiptip_holder {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}

#tiptip_holder.tip_top {
    padding-bottom: 5px;
}

#tiptip_content {
    font-size: 11px;
    line-height: 1.3em;
    text-align: left;
    color: #666;
    padding: 8px;
    background-color: #FFF;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 1px 1px 8px #555;
    -webkit-box-shadow: 1px 1px 8px #555;
    -moz-box-shadow: 1px 1px 8px #555;
}

#tiptip_content strong {
    color: #000;
    font-size: 12px;
}

#tiptip_content span {
    font-weight: 700;
}

#tiptip_arrow, #tiptip_arrow_inner {
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
    border-top-color: #fff;
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
    margin-top: -7px;
    margin-left: -6px;
    border-top-color: #FFF;
}
