﻿HTML, BODY, FORM
{
    font-family: Arial, Tahoma, Verdana, Trebuchet MS;
    font-size:10pt;
    margin:0px;
    padding:0px;
}
BODY
{
    background-color:#5F0059;
    background-image:url(/gui/background.png);
    background-position:-120px -200px;
    background-repeat:no-repeat;
}
A
{
    color:#E3007B;
    text-decoration:none;
}
A:HOVER
{
    text-decoration:underline;
}
DIV.wrapper
{   
    background-color:#000000;
    position:relative;
    min-height:808px;
    margin-left:auto;
    margin-right:auto;
    margin-top:50px;
    width:960px;    
}
DIV.container_site
{
    background-color:#000000;
    float:left;
    min-height:808px;
    width:960px;    
}
/************************* 
    MENU ITEMS 
*************************/
DIV.container_menu
{
    background-color:#000000;
    float:left;
    width: 210px;
}
UL.menu
{
    margin:55px 0px 0px 0px;
    padding:0px;
}
UL.menu LI
{
    list-style-type:none;    
}
UL.menu A
{
    color:#FFFFFF;
    display:block;
    font-size:14pt;
    line-height:1.5;
    margin-left:35px;
    text-decoration:none;
}
UL.menu A:HOVER, UL.menu LI.menu_sub_item A:HOVER
{
  color:#E3007B;
}
UL.menu LI.menu_sub_item A
{
    color:#FFFFFF;
    display:block;
    font-size:12pt;
    line-height:1.5;
    margin-left:55px;
    text-decoration:none;
}  
DIV.menu_box_office
{
    border:solid 1px #E3007B;
    clear:both;
    color:#FFFFFF;
    float:left;
    font-size:14pt;
    line-height:0.9;
    margin:20px 35px 0px 35px;
    padding:10px;
}
SPAN.menu_box_office_pink
{
    color:#E3007B;
    display:block;
    line-height:1;
    margin: 0px 0px 10px 0px;
    width:120px;    
}
DIV.menu_register
{
    clear:both;
    color:#FFFFFF;
    float:left;
    font-size:14pt;
    line-height:1;
    margin:20px 0px 0px 35px;
    padding:10px;
}
DIV.menu_register SPAN
{
    clear:both;
    float:left;
    width:120px;
}
INPUT.menu_register_form_input
{
    border:solid 1px #E3007B;
    background-color: #EEEEEE;
    clear:both;
    font-family: Arial, Tahoma, Verdana, Trebuchet MS;
    font-size:8pt;
    float:left;
    margin:5px 0px 0px 0px;
    width:140px;
}
INPUT.menu_register_form_button
{
    background-color:#E3007B;
    border:solid 1px #FFFFFF;
    clear:both;
    float:left;
    font-family: Arial, Tahoma, Verdana, Trebuchet MS;
    font-size:8pt;
    color:#FFFFFF;
    margin:5px 10px 0px 0px;
    padding:0px 5px 0px 5px;
}
DIV.menu_brochure
{
    clear:both;
    color:#FFFFFF;
    float:left;
    font-size:14pt;
    margin:20px 0px 0px 0px;
    padding:10px 5px;
}
DIV.menu_brochure SPAN
{
    clear:both;
    display:block;
    float:left;
    margin-left:25px;

}
/*************************
    BANNER ITEMS 
*************************/
DIV.container_banner
{
    background-color:#E3007B;
    float:right;
    height:157px;
    overflow:hidden;
    width: 745px;
}
DIV.container_banner IMG
{
    margin: 17px 15px 17px 15px;
}

/*************************
    BODY ITEMS 
*************************/
DIV.container_body
{
    background-color:#FFFFFF;
    float:right;
    min-height:750px;
    width: 745px;
}
/* page_title */
DIV.page_title
{
    background-color:#E3007B;
    clear:both;
    float:left;
    height:100px;
    margin:0px 0px 1px 0px;
    overflow:hidden;
    width:745px;
}
DIV.page_title H2
{
    color:#FFFFFF;
    display:block;
    float:left;
    font-size:14pt;
    font-weight: normal;
    line-height: 40px;
    margin:60px 10px 0px 10px;
}
/* page_body */
DIV.page_body
{
    background-color:#E3007B;
    clear:both;
    float:left;
    min-height:650px;
    width:745px;
}
DIV.page_body_content
{
    background-color:#FFFFFF;
    float:left;
    width:564px;
    min-height:620px;
    padding:0px 0px 30px 0px;
}

DIV.page_body_content_spektrix
{
    background-color:#FFFFFF;
    float:left;
    width:564px;
    min-height:620px;
    padding:0px 0px 0px 0px;
}

/* home page */
DIV.home_page_forthcoming
{
    float:left;
    margin:0px 0px 0px 0px;
    background-color:#E3007B;
    height:270px;
    overflow:hidden;
    width:448px;    
}
DIV.home_page_forthcoming_inner
{
    float:left;
    margin:10px;
    padding:10px;
    background-color:#FFFFFF;
}
DIV.home_page_forthcoming IMG
{
    float:left;
    border:solid 0px #FFFFFF;
    margin:0px 10px 0px 0px;
    height:230px;
    width:220px;
}
DIV.home_page_forthcoming_text
{
    float:left;
    width:178px;
}
DIV.home_page_forthcoming_text H3
{
    clear:both;
    display:block;
    float:left;
    font-size:12pt;
    margin:0px;
    width:178px;
}
DIV.home_page_forthcoming_text SPAN
{
    clear:both;
    display:block;
    float:left;
    font-weight:bold;
    font-size:10pt;
    width:178px;
}
A.home_page_forthcoming_text_buy_now
{
    background-color:#E3007B;
    border:solid 1px #E3007B;
    color:#FFFFFF;
    clear:both;
    float:left;
    font-size:12pt;
    font-weight:bold;
    display:block;
    line-height:2.0;
    text-align:center;
    text-decoration:none;
    margin:15px 0px 0px 0px;
    width:120px;
}
DIV.home_page_quaterhouse
{
    background-color:#FFFFFF;
    border-right:solid 1px #E3007B;
    float:left;
    margin:0px 0px 0px 0px;
    
    height:256px;
    overflow:hidden;
    width:447px;    
}
DIV.home_page_quaterhouse IMG
{
    margin:10px;
}
DIV.home_page_calender_register
{
    background-color:#FFFFFF;
    border-top:solid 1px #E3007B;
    border-right:solid 1px #E3007B;
    float:left;
    margin:0px 0px 0px 0px;
    
    height:250px;
    
    width:447px;    
}
DIV.home_page_calender
{
    float:left;
    height:250px;
    width:224px;   
}
DIV.home_page_calender_form
{
    float:right;
    height:230px;
    margin: 10px 0px 10px 0px;
    padding:0px 10px 0px 10px;
    overflow:hidden;
}
DIV.home_page_calender_form H2
{
    clear:both;
    color:#E3007B; 
    display:block;
    float:left;
    font-size:16pt;
    line-height:1.2;
    font-weight: normal;
    margin-bottom:0px;
    text-align:center;
    width:204px;
}
TABLE.home_page_calender
{
    clear:both;
    float:left;
    width:204px;
}
TABLE.home_page_calender_title
{
    color:#541868;
    font: bold 11pt arial;
    line-height:18pt;
}
TH.home_page_calender_dayheader
{
    color:#541868;
    font-weight:bold;
}
TD.home_page_calender_nextprev
{
    font: bold 18pt arial;
    line-height:18pt;
    padding:0px 8px 0px 8px;
}
TD.home_page_calender_day
{
    color:#E3007B;    
    white-space:nowrap;
}
DIV.home_page_calender A, DIV.home_page_calender A:HOVER
{
    color:#541868;
    font-weight:bold;
}


DIV.home_page_register
{
    background-color:#E3007B;
    float:right;
    height:250px;
    width:223px;   
}
DIV.home_page_register_form
{
    float:right;
    height:230px;
    margin: 10px 0px 10px 0px;

    width:203px;
}
DIV.home_page_register_form H2
{
    clear:both;
    color:#FFFFFF; 
    display:block;
    float:left;
    font-size:16pt;
    line-height:1.2;
    font-weight: normal;
    margin-bottom:10px;
    width:180px;
}
DIV.home_page_register_form P
{
    clear:both;
    color:#FFFFFF; 
    display:block;
    float:left;
    font-weight: normal;
    line-height:1.5;
    margin-bottom:10px;
    width:180px;
}
INPUT.home_page_register_form_input
{
    border:solid 1px #E3007B;
    background-color: #EEEEEE;
    clear:both;
    font-family: Arial, Tahoma, Verdana, Trebuchet MS;
    font-size:8pt;
    float:left;
    margin:10px 0px 0px 0px;
    width:180px;
}
INPUT.home_page_register_form_button
{
    background-color:#E3007B;
    border:solid 1px #FFFFFF;
    clear:both;
    float:left;
    font-family: Arial, Tahoma, Verdana, Trebuchet MS;
    font-size:8pt;
    color:#FFFFFF;
    margin:5px 10px 0px 0px;
    padding:0px 5px 0px 5px;
}





DIV.home_page_event_section
{
    float:right;
    padding-top:10px;    
    width:297px;
}
DIV.home_page_event_section_item
{
    background-image:url(/gui/eventsectionbackground.png);
    background-position:right top;
    background-repeat:no-repeat;
    clear:both;
    float:left;
    margin: 0px 16px 0px 16px;
    height:125px;
}
DIV.home_page_event_section_item SPAN A
{
    clear:both;
    display:block;
    float:left;
    font-size:12pt;
    font-weight:bold;
    line-height:1.5;
    text-decoration:none;
    width:265px; 
}














DIV.home_page_updates
{
    float:right;
    margin:1px 0px 0px 0px;
    background-color:#E3007B;
    height:297px;
    overflow:hidden;
    width:372px;
}
DIV.home_page_updates H2
{
    color:#FFFFFF; 
    margin:10px;
    font-size:16pt;
    line-height:1.5;
    font-weight: normal;
}
DIV.home_page_updates_form
{
    background-color:#FFFFFF;
    height:110px;
    overflow:hidden;
    width:372px;
}
DIV.home_page_updates_form H2
{
    color:#5F0059; 
    margin:10px;
    font-size:14pt;
    font-weight: normal;
}


DIV.home_page_content
{
    float:left;
    margin:1px 0px 0px 0px;
    background-color:#E3007B;
    height:293px;
    overflow:hidden;
    width:372px;    
}
DIV.home_page_content H2
{
    color:#FFFFFF; 
    margin:10px;
    font-size:14pt;
    font-weight: normal;
}
DIV.home_page_content H3
{
    color:#5F0059; 
    margin:0px 10px 10px 10px;
    font-size:12pt;
    font-weight: bold;
}
DIV.home_page_content H3 A
{
    color:#5F0059; 
}
DIV.home_page_content IMG
{
    border:solid 1px #FFFFFF;
    margin: 5px 15px 0px 15px;
}
DIV.home_page_news
{
    float:right;
    margin:1px 0px 0px 0px;
    height:293px;
    overflow:hidden;
    width:372px;    
}
DIV.home_page_news H2
{
    color:#E3007B; 
    margin:10px; 
    font-size:16pt;
    font-weight: normal;
}
DIV.home_page_news H3
{
    color:#5F0059; 
    margin:0px 10px 10px 10px; 
    font-size:14pt;
    font-weight: normal;
}
DIV.home_page_news H3 A
{
    color:#5F0059; 
}
DIV.home_page_news_text
{
    margin:10px;
}
DIV.home_page_news_text IMG
{
    float:left;
    margin:0px 10px 10px 0px;
}


/* news_list */
DIV.new_list_wrapper
{
    border-bottom: solid 1px #E3007B;
    clear:both;
    float:left;
    width:540px;
    margin:10px 0px 0px 10px;
    padding:0px 0px 10px 0px;
}
DIV.new_list_text
{
    float:left;
    width:430px;
}
DIV.new_list_text H4
{
    color:#5F0059;
    display:block;
    font-size:12pt;
    width:300px;
    float:left;
    margin:0px;    
}
DIV.new_list_text H4 A
{
    color:#5F0059;
}
SPAN.new_list_date
{
    color:#5F0059;
    display:block;
    float:right;
    line-height:1.6;
    width:130px;
    text-align:right;
}
SPAN.new_list_description
{
    clear:both;
    display:block;
    float:left;
    width:430px;
}
DIV.new_list_image
{
    float:right;
    width:100px;
}
/* news_article */
DIV.news_article
{
    clear:both;
    float:left;
    width:540px;
    margin:10px 0px 0px 10px;
    padding:0px 0px 10px 0px;
}
DIV.news_article H4
{
    color:#5F0059;
    display:block;
    font-size:12pt;
    width:400px;
    float:left;
    margin:0px;    
}
SPAN.news_article_date
{
    color:#5F0059;
    display:block;
    float:right;
    line-height:1.6;
    width:130px;
    text-align:right;
}
DIV.news_article_description
{
    clear:both;
    float:left;
    width:540px;
}
DIV.news_article_back
{
    clear:both;
    float:left;
    margin-top:10px;
    width:540px;
}
/* page_body_menu */
DIV.page_body_menu
{
    float:right;
    width:181px;
    min-height:550px;
}
DIV.page_body_menu H3
{
    clear:both;
    color:#5F0059;
    display:block;
    font-size:12pt;
    float:left;
    margin:10px 0px 0px 10px;
    white-space:nowrap;
}
DIV.page_body_menu UL
{
    clear:both;
    float:left;
    margin:0px 0px 0px 10px;
    padding:0px;
    width:160px;
}
DIV.page_body_menu UL LI
{
    list-style-type:none;
    margin:2px 0px 2px 0px;
}
DIV.page_body_menu UL A
{
    color:#FFFFFF;
    display:block;
    margin-left:10px;
    text-decoration:none;
}
DIV.page_body_menu_event
{
    float:left;
    clear:both;
    background-color:#FFFFFF;
    margin:10px;
    padding:5px;    
}
A.page_body_menu_event_title
{
    display:block;
    float:left;
    clear:both;
    width:151px;
}
SPAN.page_body_menu_event_date
{
    color:#E3007B;
    display:block;
    float:left;
    line-height:2;
    clear:both;
    width:151px;
}
A.page_body_menu_event_image
{
    display:block;
    float:left;
    clear:both;
    width:151px;
}
A.page_body_menu_event_image IMG
{
    display:block;
    float:left;
    clear:both;
    }
/* content */
DIV.content_body
{
    clear:both;
    float:left;
    margin:0px 10px 0px 10px;    
}

/* whatson main event */
DIV.whatson_wrapper
{
    float:left;
    padding:15px;
    width:715px;
}
DIV.whatson_main_event
{
    background-color:#FFFFFF;
    float:left;
    min-height:230px;
    margin-bottom:15px;
    width:715px;
}
DIV.whatson_main_event IMG
{
    float:left;
    margin:15px;
}
DIV.whatson_main_event H4
{
    display:block;
    font-size:12pt;
    float:left;
    margin:0px 0px 0px 0px;
    width:350px; 
}
DIV.whatson_main_event H4 A
{
    text-decoration:none;
}
DIV.whatson_main_event H4 A:HOVER
{
    text-decoration:underline;
}
DIV.whatson_main_event H5
{
    display:block;
    font-size:10pt;
    float:left;
    margin:0px 0px 0px 0px;
    width:350px;
}
A.buy_now
{
    background-color:#E3007B;
    color:#FFFFFF;
    float:right;
    font-size:11pt;
    font-weight:bold;
    display:block;
    line-height:2;
    margin:15px 15px 0px 0px;
    text-align:center;
    text-decoration:none;
    width:105px;
}
A.buy_now_left
{
    background-color:#E3007B;
    color:#FFFFFF;
    float:left;
    font-size:11pt;
    font-weight:bold;
    display:block;
    line-height:2;
    margin:5px 0px 0px 15px;
    padding:0px 10px;
    text-align:center;
    text-decoration:none;
}
DIV.whatson_main_event P
{
    color:#000000;
    float:left;
    margin:0px 15px 15px 0px;
    width:470px;
}

/* whatson event repeater */
DIV.whatson_event_left, DIV.whatson_event_left_noimage
{
    background-color:#FFFFFF;
    float:left;
    height:155px;
    padding:15px 0px 15px 0px;
    margin:0px 0px 15px 0px;
    overflow:hidden;
    width:350px;   
}
DIV.whatson_event_right, DIV.whatson_event_right_noimage
{
    background-color:#FFFFFF;
    float:right;
    height:155px;
    padding:15px 0px 15px 0px;
    margin:0px 0px 15px 0px;
    overflow:hidden;
    width:350px;   
}
DIV.whatson_event_left IMG, DIV.whatson_event_right IMG
{
    float:left;
    margin:0px 0px 0px 15px;
}
DIV.whatson_event_left H5, DIV.whatson_event_right H5
{
    display:block;
    font-size:10pt;
    float:left;
    margin:0px 15px 0px 15px;
    width:175px;
}
DIV.whatson_event_left_noimage H5, DIV.whatson_event_right_noimage H5
{
    display:block;
    font-size:10pt;
    float:left;
    margin:0px 15px 0px 15px;
}
DIV.whatson_event_left H5 A, DIV.whatson_event_right H5 A, DIV.whatson_event_left_noimage H5 A, DIV.whatson_event_right_noimage H5 A
{
    text-decoration:none;
}
DIV.whatson_event_left H5 A:HOVER, DIV.whatson_event_right H5 A:HOVER, DIV.whatson_event_left_noimage H5 A:HOVER, DIV.whatson_event_right_noimage H5 A:HOVER
{
    text-decoration:underline;
}
DIV.whatson_event_left P, DIV.whatson_event_right P
{
    color:#000000;
    clear:none;
    display:block;
    margin:0px 15px 0px 15px;
    float:left;
    width:175px;
}
DIV.whatson_event_left_noimage P, DIV.whatson_event_right_noimage P
{
    color:#000000;
    clear:none;
    display:block;
    margin:0px 15px 0px 15px;
    float:left;
    width:320px;
}

/* whatson_body */
DIV.whatson_body_title
{
    background-color:#E3007B;
    clear:both;
    float:left;
    height:100px;
    margin:0px 0px 1px 0px;
    overflow:hidden;
    width:745px;
}
DIV.whatson_body_title H2
{
    color:#FFFFFF;
    display:block;
    float:left;
    font-size:16pt;
    font-weight:normal;
    line-height:1;
    margin:70px 10px 0px 10px;
}
DIV.whatson_body
{
    background-color:#FFFFFF;
    clear:both;
    float:left;
    min-height:550px;
    width:745px;
}
DIV.whatson_body_inner
{
    background-color:#E3007B;
    float:left;
    width:564px;
    min-height:550px;
    padding:0px 0px 0px 0px;
}
DIV.whatson_body_content
{
    background-color:#FFFFFF;
    float:left;
    width:534px;
    min-height:620px;
    margin:15px;
}
DIV.whatson_body_content_spektrix
{
    background-color:#FFFFFF;
    float:left;
    width:534px;
    min-height:620px;
    margin:15px;
}
DIV.whatson_body_content IMG
{
    float:left;
    margin:15px 0px 0px 15px;
    height:250px;
    width:250px;
}
DIV.whatson_body_content_header
{
    float:left;    
    margin:15px 0px 0px 15px;
    width:234px;
    min-height:215px;
}
DIV.whatson_body_content_header_noimage
{
    float:left;    
    margin:15px 0px 0px 15px;
    width:484px;
}
DIV.whatson_body_content_header H4, DIV.whatson_body_content_header_noimage H4
{
    clear:both;
    display:block;
    font-size:12pt;
    float:left;
    margin:5px 0px;
    width:234px;
}
DIV.whatson_body_content_header H5, DIV.whatson_body_content_header_noimage H5
{
    clear:both;
    display:block;
    font-size:10pt;
    float:left;
    margin:0px;
    width:234px;
}
DIV.whatson_body_content_header P, DIV.whatson_body_content_header_noimage P
{
    color:#000000;
    clear:both;
    float:left;
    margin:0px;
}
DIV.whatson_body_html
{
    float:left;
    width:504px;
    margin:15px;
}
DIV.whatson_body_back
{
    clear:both;
    float:left;
    width:500px;
}
DIV.whatson_body_buttons
{
    clear:both;
    float:left;
    width:500px;
}
DIV.whatson_body_buttons A
{
    background-color:#FFFFFF;
    border:solid 1px #E3007B;
    color:#E3007B;
    float:left;
    font-size:10pt;
    display:block;
    line-height:1.5;
    margin:5px 20px 0px 0px;
    text-align:left;
    text-decoration:none;
    width:120px;
}
/* whatson_body_menu */
DIV.whatson_body_menu
{
    background-color:#FFFFFF;
    float:right;
    width:180px;
    min-height:550px;
}
DIV.whatson_body_menu H3
{
    clear:both;
    color:#5F0059;
    display:block;
    font-size:18pt;
    float:left;
    margin:10px 0px 0px 10px;
    width:160px;
}
DIV.whatson_body_menu H4
{
    clear:both;
    color:#5F0059;
    display:block;
    font-size:10pt;
    float:left;
    margin:10px 0px 3px 10px;
    width:160px;
}
DIV.whatson_body_menu H4 A
{
    color:#5F0059;
}
DIV.whatson_body_menu DIV
{
    clear:both;
    float:left;
    margin:0px 0px 0px 10px;
    padding:0px;
    width:160px;
}
DIV.whatson_body_menu DIV SPAN
{
    color:#5F0059;
    display:block;
    font-weight:bold;
    font-size:8pt;
    margin:0px 0px 3px 0px;
    width:160px;
}

/*************************
    FOOTER ITEMS 
*************************/
DIV.container_footer
{
    float:right;
    height:125px;
    overflow:hidden;
    width: 960px;
}
DIV.container_footer_inner_top
{
    float:left;
    height:59px;
    overflow:hidden;
    width: 960px;
}
DIV.container_footer_inner_bottom
{
    float:left;
    height:66px;
    overflow:hidden;
    width: 960px;
}
DIV.footer_box1
{
    background-color:#FFFFFF;
    border-top:solid 1px #E3007B;
    border-left:solid 1px #E3007B;
    color:#333333;
    float:right;
    font-size:8pt;
    height:59px;
    width:180px;
}
DIV.footer_box2
{
    background-color:#FFFFFF;
    border-top:solid 1px #E3007B;
    border-left:solid 1px #E3007B;
    color:#333333;
    float:right;
    font-size:8pt;
    height:59px;
    width:192px;
}
DIV.footer_box3
{
    background-color:#FFFFFF;
    border-top:solid 1px #E3007B;
    color:#333333;
    float:right;
    font-size:8pt;
    height:59px;
    width:371px;
}
DIV.footer_box4
{
    background-color:#000000;
    border-top:solid 1px #000000;
    color:#333333;
    float:right;
    font-size:8pt;
    height:59px;
    text-align:center;
    width:210px;
}
DIV.footer_box1 SPAN, DIV.footer_box2 SPAN
{
    display:block;
    margin: 7px 0px 0px 15px;
}
DIV.footer_box3 IMG
{
    margin:14px;    
}
DIV.footer_box4 A
{
    color:#333333;
    display:block;
    line-height:59px;
    text-decoration:none;
}
DIV.footer_box5
{
    background-color:#FFFFFF;
    border-top:solid 1px #E3007B;
    color:#333333;
    float:right;
    font-size:8pt;
    height:66px;
    width:745px;
}



#container .js{overflow:hidden;zoom:1;}
#container .carousel,
#container .carousel .carousel-wrap{margin:0;border:0;zoom:1;}
#container .js .carousel-wrap{display:inline-block;vertical-align:middle;width:500px;margin:0 5px 15px;border:1px solid #4f4f4f;background:#1a1a1a;}
.IE #container .js .carousel-wrap{display:inline;}
#container .carousel ul{margin:0;padding:0;zoom:1;}
#container .js ul li{overflow:hidden;display:inline;float:left;width:500px;height:335px;text-align:center;}
#container .carousel .carousel-control{overflow:hidden;display:inline-block;vertical-align:middle;width:40px;height:40px;cursor:pointer;line-height:999px;zoom:1;}
#container .carousel .carousel-next{background:url(http://thomlx.free.fr/numerized/styles/images/buttons/next.png) 0 0 no-repeat;}
#container .carousel .carousel-previous{background:url(http://thomlx.free.fr/numerized/styles/images/buttons/prev.png) 0 0 no-repeat;}
#container .carousel .carousel-control:hover{-moz-opacity:.7;opacity:0.70;filter:alpha(opacity=70);}
#container .carousel .disabled,#container .carousel .disabled:hover{-moz-opacity:.1;opacity:0.10;filter:alpha(opacity=10);cursor:default;}
#container .carousel div{margin:0;padding:0;border:0;}
#container .carousel ul{padding:0;list-style:none;}
#container .carousel ul li{position:relative;width:500px;margin:0;}
#container .carousel ul li cite{position:absolute;bottom:3px;right:10px;line-height:19px;font-size:11px;}
#container .carousel ul li cite a img{vertical-align:middle;}
#container .carousel ul li cite a{color:#fff;text-decoration:none;}
#container div.center-wrap{overflow:hidden;clear:both;zoom:1;}
#container div.center-wrap div{border:0;margin:15px 0;}
#container div.center-wrap a{margin:0 2px;padding:2px 5px;border:1px solid #4f4f4f;background:#333;cursor:pointer;color:#fff;-moz-border-radius:12px;webkit-border-radius:12px;border-radius:12px;}
#container div.center-wrap a.active{font-weight:bold;color:#5db0e6;}

DIV.page_body_content_spektrix .content_body
{
    margin:0;
}
