/*  --------------------------------------------------------------------
                               TABLE OF CONTENTS
    --------------------------------------------------------------------

     1.- GENERAL SETTINGS
     2.- LAYOUTS
     3.- HEADER & LOGO & INTRO OF INNER PAGE
     4.- BOTTOM & FOOTER
     5.- TYPOGRAPHY
     6.- IMAGES
     7.- SEPARATORS
     8.- BUTTONS
     9.- HOME PAGE
    10.- CONTACT PAGE
    11.- BLOG & POST
    12.- 404 PAGE
    13.- DROPCAPS
    14.- TABS
    15.- TABLE SORTER
    16.- TOGGLE PANELS
    17.- HIGHLIGHT
    18.- INFO BOXES
    19.- BLOCKQUOTE
    20.- CAROUSEL 1 (Latest Projects)
    21.- CAROUSEL 2 (News)
    22.- MAIN MENU (Horizontal)
    23.- SECONDARY MENU (Vertical)
    24.- PAGINATION
    25.- LIST STYLE TYPE
    26.- SCROLL TO TOP
    27.- NIVO SLIDER
    28.- ROUNDABOUT SLIDER
    29.- ORBIT SLIDER
    30.- TIPSY
    31.- SORTABLE GALLERY
    32.- PRETTYPHOTO


*/

/*  --------------------------------------------------------------------
                              (1) GENERAL SETTINGS
    -------------------------------------------------------------------- */
    
body {
    color:#555; /* Default text color */
    font-family:Arial,Tahoma,Verdana;
    font-size:12px;
    line-height:20px;
    letter-spacing:.2px;
    text-align:center;
}

a {
    color:#487ab9; /* Default link color */
}

.link {
    text-decoration:none;
}

.link:hover {
    color:#333 !important;
    text-decoration:underline !important;
}

.link:active {
    color:#333 !important;
    text-decoration:none !important;
}

.left {
    float:left;
}

.right {
    float:right;
}

.align_left {
    text-align:left;
}

.align_center {
    text-align:center;
}

.align_right {
    text-align:right;
}

.clear {
    clear:both;
    height:0;
    margin:0;
    padding:0;
}

.bold {
    font-weight:bold;
}



/*  --------------------------------------------------------------------
                                (2) LAYOUTS
    -------------------------------------------------------------------- */

#wrapper {
    width:930px;
    padding: 30px 35px;
    background:#fff;
    margin:auto;
}

/* Full with content */
#full_width_content {
    text-align:left;
    width:100%;
}

/* Content with left sidebar */
#content_with_left_sidebar {
    text-align:left;
    width:620px;
    float:right;
    padding-left:25px;
    border-left:1px solid #ddd;
}

#left_sidebar {
    width:260px;
    float:left;
}

/* Content with right sidebar */
#content_with_right_sidebar {
    text-align:left;
    width:620px;
    float:left;
    padding-right:25px;
    border-right:1px solid #ddd;
}

#right_sidebar {
    width:260px;
    float:right;
}

/* Columns */
.one-half,.one-third,.one-fourth,.one-fifth,.one-sixth,.two-third,.three-fourth {
    float:left;
    margin-right:30px;
    text-align:left;
}

.last {
    float:right;
    margin-right:0;
    margin-right:0 !important;
}

.one-half {
    width:450px;
}

.one-third {
    width:290px;
}

.one-fourth {
    width:210px;
}

.one-fifth {
    width:162px;
}

.one-sixth {
    width:130px;
}

.two-third {
    width:610px;
}

.three-fourth {
    width:690px;
}

/* Sideabar */

#right_sidebar p, #left_sidebar p {
    margin: 1px auto 10px auto !important;
}

#sidebar_search #search_box {
    color:#555;
    font-size:12px;
    height:30px;
    line-height:30px;
    padding-left:15px;
    border:1px solid #bbbdc4;
    width:180px;
    display:block;
    float:left;
}

#sidebar_photostream a {
    float:left;
}

#sidebar_photostream img {
    padding:4px;
    border:solid 1px #ebebeb;
    margin-bottom:18px;
    width:110px;
}

#sidebar_photostream .left {
    margin-right:18px;

}

#sidebar_photostream .right {
    margin-right:0px;
}

.sidebar_text_module, #sidebar_advertesing, #sidebar_brochure, #sidebar_menu, #sidebar_blog_menu, #sidebar_photostream, #sidebar_search, #sidebar_tabs_module, #sidebar_text_widget, #sidebar_video_module {
    margin-bottom:30px;
    text-align:left;
}

/* Portfolio */
#portfolio {
    clear:both;
    width:930px;
    margin-top:30px;
    text-align:left;
}

.portfolio_content {
    margin-top:15px;
}

.portfolio_1 {
    margin:auto auto 30px auto;
}

.portfolio_1_left {
    text-align:left;
    width:620px;
    float:left;
}

.portfolio_1_right {
    width:280px;
    float:right;
    text-align:left;
}

.portfolio_2 {
    margin:auto auto 30px auto;
}

.portfolio_3 {
    margin:auto auto 30px auto;
}



/*  --------------------------------------------------------------------
                    (3) HEADER & LOGO & INTRO OF INNER PAGE
    -------------------------------------------------------------------- */
    
#header {
    height:80px;
}

#header #logo {
    float:left;
    text-align:left;
    width:300px;
}

#header #menu {
    float:right;
    width:600px;
    font-family:Verdana, sans-serif;
    font-size:15px; 
    letter-spacing:0px; 
    font-weight:400
}

.intro_page_inner {
    width:930px;
    background:url(../images/backgrounds/inner_page.png) repeat;
    color:#fff;
    text-align:left;
    margin-top:30px;
    margin-bottom:50px;
    height:100px;
}

.intro_page_inner h1 {
    color:#fff;
    color:#fff !important;
    padding-top:20px;
    padding-left:20px;
}

.intro_page_inner h5 {
    color:#ccc;
    color:#ccc !important;
    padding-top:10px;
    padding-left:20px;
}



/*  --------------------------------------------------------------------
                                (4) BOTTOM & FOOTER
    -------------------------------------------------------------------- */

#bottom {
    background:url(../images/backgrounds/bottom.png);
    color:#888;
    margin:auto;
    padding-bottom:10px;
}

#bottom_wrapper {
    width:930px;
    margin:auto;
    padding-top:10px;
    max-height:300px;
}

#bottom h1, #bottom h2, #bottom h3, #bottom h4, #bottom h5, #bottom h6 {
    color:#b6b7b7 !important;
}


/* social icons */
#social_icons img {
    width:25px;
    height:25px;
}

#icons {
    list-style-type:none;
    margin:0;
    padding:0;
    overflow:auto;
}

#icons li {
    float:left;
    padding:10px 0 0 10px;
}

#icons li img {
    display:block;
    border:0;
}


/* contact form */

#bottom form {
    text-align:left;
}

#bottom input, #bottom textarea {
    font-family:Arial;
    font-size:12px;
}

#bottom input[type="text"] {
    background-color:#35373d;
    border:solid 1px #424349;
    color:#fff;
    padding:4px;
    width:150px;
    margin:2px;
}

#bottom input[type="submit"] {
    margin-top:4px;
    border:solid 1px #444444 !important;
}

#bottom textarea {
    background-color:#35373d;
    border:solid 1px #424349;
    color:#fff;
    width:250px;
    height:50px;
    margin:2px 2px 0 2px;
    overflow: auto;
}

#bottom input:hover, #bottom input[type="text"]:focus, #bottom textarea:hover, #bottom textarea:focus {
    background-color:#535459;
}

#bottom .footer_error {
    color:#ff8d2a;
    font-size:12px;
    display:none;
    line-height:12px;
    height:12px;
    margin-bottom:3px;
}

#bottom #footer_loader {
    color:#ff8d2a;
    width:43px;
    height:11px;
    padding-top:9px;
    margin-right:130px;
    font-size:12px;
    display:none;
    float:right;
}

#bottom #footer_contact_form label {
    padding-left:10px;
}


/* footer */

#footer {
    background:url(../images/backgrounds/footer.png);
    color:#888;
    margin:auto;

}

#footer_wrapper {
    line-height:30px;
    padding-bottom:10px;
}



/*  --------------------------------------------------------------------
                               (5) TYPOGRAPHY
    -------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
    color:#444446;  /* Default heading color */
}

h1 {
    font-size:33px;
    padding-bottom:5px;
}

h2 {
    font-size:29px;
    padding-bottom:5px;    
}

h3 {
    font-size:27px;
    padding-bottom:5px;    
}

h4 {
    font-size:22px;
    padding-bottom:5px;    
}

h5 {
    font-size:18px;
    padding-bottom:5px;    
}

h6 {
    font-size:16px;
    padding-bottom:5px;    
}


code,p,ul,ol,pre {
    margin:10px auto 20px;
}

p.justify {
    text-align:justify !important;
}



/*  --------------------------------------------------------------------
                                (6) IMAGES
    -------------------------------------------------------------------- */    
    
.image_frame_1 {
    padding:9px 10px 16px;
    background:url(../images/image_frames/image_frame_1.png) no-repeat center top;
    width:600px;
    height:180px;
}

.image_frame_2 {
    padding:9px 10px 16px;
    background:url(../images/image_frames/image_frame_2.png) no-repeat center top;
    width:430px;
    height:180px;
}

.image_frame_3 {
    padding:6px 6px 16px;
    background:url(../images/image_frames/image_frame_3.png) no-repeat center top;
    width:280px;
    height:150px;
}

.img-align-left {
    float:left;
    margin:5px 15px 0 0;
}

.img-align-right {
    float:right;
    margin:5px 0 0 15px;
    text-align:justify;
}

.zoom {
    background:#fff url(../images/icons/search_1.png) no-repeat center;
    display:block;
    z-index:999;
}

.info {
    background:#fff url(../images/icons/info_1.png) no-repeat center;
    display:block;
    z-index:999;
}


.play {
    background:#fff url(../images/icons/play_1.png) no-repeat center;
    display:block;
    z-index:999;
}



/*  --------------------------------------------------------------------
                               (7) SEPARATORS
    -------------------------------------------------------------------- */
    
.separator_1 {
    background:url(../images/separators/separator_1.png) repeat-x center center;
    margin-top:6px;
    margin-bottom:6px;
    height:8px;
}

.separator_2 {
    background:url(../images/separators/separator_2.png) repeat center center;
    margin-top:5px;
    margin-bottom:30px;
    height:13px;
}

.separator_3 {
    background:url(../images/separators/separator_2.png) repeat center center;
    margin-top:5px;
    margin-bottom:30px;
    height:7px;
}

.separator_4 {
    background:url(../images/separators/separator_4.png) repeat center center;
    margin-top:2px;
    margin-bottom:6px;
    height:7px;
}

.separator_5 {
    background:url(../images/separators/separator_5.png) repeat-x center top;
    height:10px;
}

.separator_6 {
    background:url(../images/separators/separator_6.png) repeat-x center top;
    height:10px;
}



/*  --------------------------------------------------------------------
                                (8) BUTTONS
    -------------------------------------------------------------------- */
    
.button {
    border-width:1px;
    border-style:solid;
    border-color:#3b464e;
    color:#fff !important;
    margin:auto;
    text-decoration:none;
    text-align:center;
    display:inline-block;
    background:#2a3740 url(../images/buttons/button_1.png) repeat-x 0 0;
}

.square {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.round {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.bg_default {
    background-color:#111 !important;
    border-color:#111 !important;
}

.button:hover {
    background-position:0 -40px;
}

.button:active {
    background-position:0 -80px;
}

.small {
    font-size:11px;
    padding:1px 8px;
}

.normal {
    font-size:12px;
    padding:3px 10px;
}

.big {
    font-size:18px;
    padding:10px 20px;
}


/* Search button */
#sidebar_search #search_button {
    border:medium none;
    cursor:pointer;
    height:34px;
    border:1px solid #515a66;
    background:#2a3740 url(../images/buttons/button_2.png) repeat-x 0 0;
    width:40px;
    text-indent:-9999px;
    display:block;
    float:right;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#sidebar_search #search_button:hover {
    background-position:0 -40px;
}

#sidebar_search #search_button:active {
    background-position:0 -80px;
}



/*  --------------------------------------------------------------------
                               (9)  HOME PAGE
    -------------------------------------------------------------------- */
    
#home_slider {
    margin-bottom:50px;
    min-height:290px;
}

#homepage_module_1 {
    text-align:left;
    margin-top:-10px;
    margin-bottom:5px;

}

#homepage_module_2 {
    text-align:left;
    margin-bottom:10px;
}


#homepage_module_3 {
    text-align:left;
    margin-bottom:20px;
}



/*  --------------------------------------------------------------------
                             (10) CONTACT PAGE
    -------------------------------------------------------------------- */

#contact_map {
    text-align:center;
    margin-bottom:30px;
}

#contact_form input, #contact_form textarea {
    font-family:Arial;
    font-size:12px;
}

#contact_form input[type="text"] {
    color:#555;
    height:16px;
    padding:5px;
    border:1px solid #ccc;
    width:400px;
    margin-bottom:5px;
    background-color:#f5f5f5;
}

#contact_form input[type="submit"] {

}

#contact_form textarea {
    color:#555;
    height:80px;
    padding:5px;
    border:1px solid #ccc;
    width:500px;
    margin-bottom:5px;
    background-color:#f5f5f5;
    overflow: auto;
}

#contact_form label {
    color:#333;
    font-size:13px;
    line-height:20px;
    margin-top:10px;
    padding:3px;
    display:block;
}

#contact_form .error {
    display:none;
    padding-left:120px;
    color:#c30;
    font-size:12px;
    line-height:16px;
    float:right;
}

#name_error {
    margin-right:210px;
}

#email_error {
    margin-right:210px;
}

#message_error {
    margin-right:110px;
}

#contact_submit {
   margin-top:20px;
   height:25px;
}


#contact_form #loader {
    margin:8px 400px auto auto;
    float:right;
    display:none;
}



/*  --------------------------------------------------------------------
                            (11) BLOG & POST
    -------------------------------------------------------------------- */
    
.blog_post {
    margin-bottom:30px;
}

.blog_post_info {
    margin-bottom:15px;
}

.blog_post_date {
    border:solid 1px #e7e7e1;
    line-height:17px;
    width:42px;
    height:37px;
    background:#f1edef;
    float:left;
    padding-top:7px;
    margin-right:10px;
    text-align:center;
    color:#555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.blog_post_date .day {
    font-size:16px;
    font-weight:700;
}

.blog_post_date .month {
    font-size:10px;
}

.blog_post_title {
}

.blog_post_details {
    font-size:12px;
}

.blog_post .image_frame_1 {
    margin-bottom:5px;
    margin-top:3px;
}

.blog_post_content a.button {
    margin-bottom:15px;
}

#post-comments {
}

.comment {
    height:100px;
    margin-top:10px;
}

.comment_avatar {
    float:left;
    width:70px;
    height:70px;
}

.comment_avatar img {
    width:60px;
    height:60px;
    padding:5px;
    border:solid 1px #d6d9d9;
}

.comment_text {
    float:right;
    width:530px;
}

#comment_form {
    margin-top:50px;
}

#comment_form input, #comment_form textarea{
    font-size:12px;
    font-family:Arial;
}

#comment_form input[type="text"] {
    color:#555;    
    height:16px;
    padding:5px;
    border:1px solid #ccc;
    width:400px;
    margin-bottom:5px;
    background-color:#f5f5f5;
}

#comment_form textarea {
    color:#555;
    height:80px;
    padding:5px;
    border:1px solid #ccc;
    width:500px;
    margin-bottom:5px;
    background-color:#f5f5f5;
    overflow: auto;
}

#comment_form label {
    color:#333;
    font-size:13px;
    line-height:20px;
    margin-top:10px;
    padding:3px;
    display:block;
}


#comment_form .error {
    display:none;
    padding-left:120px;
    color:#c30;
    font-size:12px;
    line-height:16px;
    float:right;
}

#comment_form #comment_submit {
    margin-top:20px;
}



/*  --------------------------------------------------------------------
                                (12) 404 PAGE
    -------------------------------------------------------------------- */
    
#page_404 img {
   padding-right:20px;
}

#page_404 h2 {
    padding-top:12px;
}



/*  --------------------------------------------------------------------
                                (13) DROP CAPS
    -------------------------------------------------------------------- */
    
.dropcaps {
    float:left;
    display:block;
    width:35px;
    height:35px;
    line-height:35px;
    margin-right:3px;
    margin-bottom:3px;
    font-size:35px;
    color:#333;
    text-align:center;
}

.dropcaps_bg {
    float:left;
    display:block;
    width:33px;
    height:33px;
    line-height:32px;
    margin-right:10px;
    margin-bottom:5px;
    font-size:18px;
    color:#fff;
    text-align:center;
    background:#aaa no-repeat center center;
    background-image: url(../images/dropcaps/dropcap_1.png);
   /*
    -moz-border-radius:16px;
    -webkit-border-radius:16px;
    border-radius:16px;
    */
}

.dropcaps_colored {
    float:left;
    display:block;
    width:35px;
    height:35px;
    line-height:35px;
    margin-right:3px;
    margin-bottom:3px;
    font-size:35px;
    color:#333;
    text-align:center;
}

.dropcaps_bg_colored {
    float:left;
    display:block;
    width:33px;
    height:33px;
    line-height:32px;
    margin-right:10px;
    margin-bottom:5px;
    font-size:17px;
    color:#fff;
    text-align:center;
    background:#2a3740 no-repeat center center;
    background-image: url(../images/dropcaps/dropcap_1.png);
    /*
    -moz-border-radius:16px;
    -webkit-border-radius:16px;
    border-radius:16px;
    */
}

.dropcaps_defalut {
    float:left;
    display:block;
    width:35px;
    height:35px;
    line-height:35px;
    margin-right:3px;
    margin-bottom:3px;
    font-size:35px;
    color:#333;
    text-align:center;
}

.dropcaps_bg_default {
    float:left;
    display:block;
    width:33px;
    height:33px;
    line-height:32px;
    margin-right:10px;
    margin-bottom:5px;
    font-size:17px;
    color:#fff;
    text-align:center;
    background:#2a3740 no-repeat center center;
    background-image: url(../images/dropcaps/dropcap_1.png);
    /*
    -moz-border-radius:16px;
    -webkit-border-radius:16px;
    border-radius:16px;
    */
}



/*  --------------------------------------------------------------------
                                  (14) TABS
    -------------------------------------------------------------------- */

.tabs {

}

.tabs li {
    float:left;
}

.tabs li a {
    display:block;
    padding-left:10px;
    padding-right:10px;
    margin-right:3px;
    background:#dcddda;
    line-height:30px;
    color:#000;
}

.tabs li.active a {
    background:#f5f5f5;
}

.tabs_content {
    float:left;
    background:#f5f5f5;
    width:580px;
    padding:20px;

}

/* sidebar */

.tabs_sidebar {

}

.tabs_sidebar li {
    float:left;
}

.tabs_sidebar li a {
    display:block;
    padding-left:10px;
    padding-right:10px;
    margin-right:3px;
    background:#dcddda;
    line-height:30px;
    color:#000;
}

.tabs_sidebar li.active a {
    background:#f5f5f5;
}

.tabs_sidebar_content {
    float:left;
    background:#f5f5f5;
    width:220px;
    padding:20px;
}



/*  --------------------------------------------------------------------
                              (15) TABLE SORTER
    -------------------------------------------------------------------- */

table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
	border: 1px solid #ddd;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(../images/table_sorter/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	border: 1px solid #ddd;
	text-align:left;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/table_sorter/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/table_sorter/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: #dcddda;
}



/*  --------------------------------------------------------------------
                               (16) TOGGLE PANELS
    -------------------------------------------------------------------- */
    
.toggle_panel_title {
    padding:0 0 0 50px;
    margin:0 0 15px 0;
    background:#f5f5f5 url(../images/toggle_panels/toggle_1.png) no-repeat;
    height:33px;
    line-height:33px;
    width:570px;
    font-weight:400;
    float:left;
}

.toggle_panel_title a {
    color:#333;
    text-decoration:none;
    display:block;
}

.toggle_panel_title a:hover {
    color:#000;
}

.toggle_panel_container_active {
    background-position:left bottom;
}

.toggle_panel_container {
    margin:0 0 15px;
    padding:10px;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    background:#f5f5f5;
    overflow:hidden;
    width:600px;
    clear:both;
}



/*  --------------------------------------------------------------------
                             (17) HIGHLIGHT
    -------------------------------------------------------------------- */
    
.highlight,.highlight_orange,.highlight_red,.highlight_blue,.highlight_green,.highlight_purple,.highlight_sivler {
    padding:1px 5px;
}

.highlight {
    background-color:#ffff80;
    color:#111;
    text-shadow:1px 1px #fff;
}

.highlight_orange {
    background-color:#ff9930;
    color:#fff;
    text-shadow:1px 1px #333;
}

.highlight_red {
    background-color:#eb2741;
    color:#fff;
    text-shadow:1px 1px #333;
}

.highlight_blue {
    background-color:#0099d5;
    color:#fff;
    text-shadow:1px 1px #333;
}

.highlight_green {
    background-color:#59ab64;
    color:#fff;
    text-shadow:1px 1px #333;
}

.highlight_purple {
    background-color:#c8a0e3;
    color:#fff;
    text-shadow:1px 1px #333;
}

.highlight_silver {
    background-color:#e1e2e0;
    color:#000;
    text-shadow:1px 1px #fff;
}



/*  --------------------------------------------------------------------
                            (18) INFO BOXES
    -------------------------------------------------------------------- */
    
.error_ibox,.success_ibox,.info_ibox,.notice_ibox {
    padding:10px 10px 10px 15px;
    font-size:13px;
}

.error_ibox {
    background-color:#fde5e3;
    border:1px solid #efbdc4;
}

.success_ibox {
    background-color:#f0f9c9;
    border:1px solid #d7e982;
}

.info_ibox {
    background-color:#e0f4fe;
    border:1px solid #94d2f1;
}

.notice_ibox {
    background-color:#fffcc0;
    border:1px solid #ffdf56;
}



/*  --------------------------------------------------------------------
                                (19) BLOCKQUOTE
    -------------------------------------------------------------------- */
    
.blockquote_1 {
    background:url(../images/blockquotes/blockquote_1.png) no-repeat 10px 10px;
    padding:1px 20px 1px 70px;
    color:#888;
    line-height:22px;
    font-family:Verdana;
    font-style:italic;
}

.blockquote_right {
    float:right;
    width:250px;
}

.blockquote_left {
    float:left;
    width:250px;
}



/*  --------------------------------------------------------------------
                        (20) CAROUSEL 1 (Latest Projects)
    -------------------------------------------------------------------- */

#carousel {
    height:120px;
    width:640px;
    position:relative;
    overflow:hidden;
}

.slider {
    /* Needed for rendering without flicker */
    position: relative;
    visibility: hidden;
    left: -5000px;
}

.slider ul li a {
    display:block;
    width:200px;
    height:120px;
    margin-right:20px;
}

/*carousel buttons*/
.prev_carousel {
    cursor:pointer;
    position:absolute;
    z-index:100;
    background:url(../images/buttons/prev_carousel.png) no-repeat;
    background-position:0 40px;
    width:26px;
    height:120px;
    text-indent: -9999px;
    margin-left:0;
}

.next_carousel {
    cursor:pointer;
    position:absolute;
    z-index:100;
    background:url(../images/buttons/next_carousel.png) no-repeat;
    background-position:0 40px;
    width:26px;
    height:120px;
    text-indent: -9999px;
    margin-left:614px;
}



/*  --------------------------------------------------------------------
                             (21) CARUOUSEL 2 (News)
    -------------------------------------------------------------------- */
    
#news_list {
    height:150px;
    width:290px;
    margin:0;
}

.news {
    float:left;
    left:-5000px;
    margin:0;
    position:relative;
    visibility:hidden;
}

.news ul {
    height:130px;
    width:290px;
}

.news ul li {
    padding:5px 3px;
    margin:0 0 3px;
    height:60px;
    line-height:17px;
}

.news ul li:hover {
    background:url(../images/backgrounds/white_shadow.png) repeat center center;
    cursor:pointer;
    color:silver;
}

.news ul li img {
    background-color:#777777;
    padding: 2px;
    margin-right:15px;
    border: solid 1px #999999;
    width:50px;
    float:left;
}

/* footer news buttons */
a.next_news,a.next_news:visited,a.prev_news,a.prev_news:visited {
    color:#fff;
    width:20px;
    height:20px;
    line-height:20px;
    display:block;
    text-decoration:none;
    text-align:center;
    float:right;
    /*text-indent: -9999px;*/
    margin-left:5px;
}

a.next_news,a.next_news:visited,a.prev_news,a.prev_news:visited {
    background:url(../images/buttons/next_news.png) no-repeat 0 0;
}

a.prev_news,a.prev_news:visited {
    background:url(../images/buttons/prev_news.png) no-repeat 0 0;
}

a.next_news:hover,a.prev_news:hover {
    background-position:0 -20px;
}

a.next_news:active,a.prev_news:active {
    background-position:0 -40px;
}


/*  --------------------------------------------------------------------
                             (22) MAIN MENU (Horizontal)
    -------------------------------------------------------------------- */

.sf-menu,.sf-menu * {
    list-style:none;
    margin:0;
    padding:0;
    z-index:1500;
}

.sf-menu {
    line-height:1.0;
    float:right;
    margin-top:15px;
    text-align:left;

}

.sf-menu ul {
    position:absolute;
    top:-999em;
    width:10em;
}

.sf-menu ul li {
    width:100%;
}

.sf-menu li:hover {
    visibility:inherit;
}

.sf-menu li {
    float:left;
    position:relative;
}

.sf-menu a {
    display:block;
    position:relative;
    text-decoration:none;
    padding:9px 1px 9px 25px;
}

.sf-menu li:hover ul,.sf-menu li.sfHover ul {
    left:0;
    top:2.2em;
    z-index:99;
}

.sf-menu a,.sf-menu a:visited {
    color:#444;
}

.sf-menu li li a,.sf-menu li li a:visited {
    color:#444 !important;
    padding:9px 1px 9px 10px;
}

.sf-menu li li {
    background:url(../images/main_menu/menu_bg.png) center top;
    border-bottom:1px solid #fff;
}

.sf-menu li li li {
    background:url(../images/main_menu/menu_bg.png) center top;
    border-bottom:1px solid #fff;
}

.sf-menu li li:hover, .sf-menu li li.sfHover, .sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
    background-color:#f3f2f1;
    outline:0;
}

.sf-menu li li a {
    font-family:arial; 
    font-size:13px;
} 

.sf-menu li li a:hover {
    color:#222 !important;
}

.sf-menu a.sf-with-ul {
    padding-right:15px;
    min-width:1px;
}

.sf-sub-indicator {
    background:url(../images/main_menu/arrows.png) no-repeat -10px -100px;
    display:block;
    height:10px;
    overflow:hidden;
    position:absolute;
    right:0;
    text-indent:-999em;
    top:1.45em;
    width:10px;
}

li li .sf-sub-indicator {
    right:10px;
}

a > .sf-sub-indicator {
    top:.8em;
    background-position:0 -100px;
}

a:focus > .sf-sub-indicator,a:hover > .sf-sub-indicator,a:active > .sf-sub-indicator,li:hover > a > .sf-sub-indicator,li.sfHover > a > .sf-sub-indicator {
    background-position:-10px -100px;
}

.sf-menu ul a > .sf-sub-indicator {
    background-position:0 0;
}

.sf-shadow ul {
    background:url(../images/main_menu/shadow.png) no-repeat bottom right;
    -moz-border-radius-bottomleft:17px;
    -moz-border-radius-topright:17px;
    -webkit-border-top-right-radius:17px;
    -webkit-border-bottom-left-radius:17px;
    padding:0 8px 9px 0;
}

.sf-shadow ul.sf-shadow-off {
    background:transparent;
}

ul.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul,ul.sf-menu li li:hover li ul,ul.sf-menu li li.sfHover li ul {
    top:-999em;
}

ul.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul,ul.sf-menu li li li:hover ul,ul.sf-menu li li li.sfHover ul {
    left:10em;
    top:0;
}

.sf-menu ul .sf-sub-indicator,.sf-menu ul a:focus > .sf-sub-indicator,.sf-menu ul a:hover > .sf-sub-indicator,.sf-menu ul a:active > .sf-sub-indicator,.sf-menu ul li:hover > a > .sf-sub-indicator,.sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position:-10px 0;
}



/*  --------------------------------------------------------------------
                        (23) SECONDARY MENU (Vertical)
    -------------------------------------------------------------------- */

.vertical_menu ul {
    list-style-type:none;
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    letter-spacing:1px;
    margin:0;
    padding:0;
}

.vertical_menu li {
    margin:0;
}

.vertical_menu a,#vertical_menu a:link,#vertical_menu a:visited {
    display:block;
    border-bottom:1px dashed #ddd;
    color:#555;
    padding:5px 2px 5px 16px;
    background:url(../images/vertical_menu/nav_arrow.png) 0 10px no-repeat;
}

.vertical_menu a:hover,#vertical_menu a:active {
    border-bottom:1px solid #ddd;
    background:#f5f5f5 url(../images/vertical_menu/nav_arrow.png) 0 -10px no-repeat;
}



/*  --------------------------------------------------------------------
                              (24) PAGINATION
    -------------------------------------------------------------------- */

#pagination {
    margin-top:40px;
    margin-bottom:20px;
    text-align:left;
}

#pagination ul {
    list-style:none;
}

#pagination ul li {
    display:block;
    float:left;
    margin-left:6px;
    font-family:Verdana;
    font-size:11px;
    line-height:11px;
}

#pagination ul li a {
    color:#333;
    display:block;
    background-color:#f1f2f1;
    padding:6px 8px 6px 8px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}


#pagination ul li a, #pagination ul li a:link {
    color:#333;
}

#pagination ul li a:hover, #pagination #active a {
  color:#fff;
  background:#2a3740 url(../images/buttons/button_1.png) repeat-x 0 0;
}



/*  --------------------------------------------------------------------
                              (25) LIST STYLE TYPE
    -------------------------------------------------------------------- */

.list_types div {
   float:left;
   width:180px;
}

.list_type_1 {
    list-style-type:circle;
}

.list_type_1 li {
    line-height:25px;
    margin-left:28px;
    font-size:12px;
}

.list_type_2 {
    list-style-type:square;

}

.list_type_2 li {
    line-height:25px;
    margin-left:28px;
    font-size:12px;
}

.list_type_3 {
    list-style-type:disc;

}

.list_type_3 li {
    line-height:25px;
    margin-left:28px;
    font-size:12px;
}

.list_type_4 {
    list-style-type:none;
    margin-left:15px;
}

.list_type_4 li {
    line-height:25px;
    padding-left:16px;
    font-size:12px;
    background:url(../images/list_styles/list_style_1.gif) 0 7px no-repeat;
}

.list_type_5 {
    list-style-type:none;
    margin-left:15px;
}

.list_type_5 li {
    line-height:25px;
    padding-left:16px;
    font-size:12px;
    background:url(../images/list_styles/list_style_4.gif) 0 7px no-repeat;
}

.list_type_6 {
    list-style-type:none;
    margin-left:15px;
}

.list_type_6 li {
    line-height:25px;
    padding-left:16px;
    font-size:12px;
    background:url(../images/list_styles/list_style_3.gif) 0 7px no-repeat;
}



/*  --------------------------------------------------------------------
                              (26) SCROLL TO TOP
    -------------------------------------------------------------------- */

#scroll_to_top {
    background: url(../images/backgrounds/black_shadow.png);
    color:#ffffff;
    -moz-border-radius:3px;
    border-radius:3px;
    display:none;
    position:fixed;
    bottom:15px;
    right:15px;
    padding-top:7px;
    width:40px;
    cursor:pointer;
    text-align:center;
    font-family:verdana;
    font-size:25px;
    font-weight:bold;
}



/*  --------------------------------------------------------------------
                              (27) NIVO SLIDER
    -------------------------------------------------------------------- */
    
/*
 * jQuery Nivo Slider v2.6
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 *
 * March 2010
 */

.nivoSlider {
	position:relative;
	background:#fff url(../images/nivo_slider/loading.gif) no-repeat center center;
	/*
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
    */
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
.nivoSlider a {
	border:0;
	display:block;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	z-index:8;
	display:none;
    width:420px;
    left:10px;
    bottom:10px;
    padding:5px 10px 5px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align:left;
}
.nivo-caption .caption-title {
    font-family: Verdana, Arial, sans-serif;
    font-weight:bold;
	display:block;
	font-size:15px;
}
.nivo-caption p {
    font-size:12px;
	padding:5px 0 5px 0;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
	color:#fff;
    border-bottom:1px dotted #fff;
}
.nivo-caption a:hover {
    color:#fff;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
	display:block;
	width:30px;
	height:42px;
	background:url(../images/nivo_slider/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-prevNav {
	left:0px;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	right:10px;
	bottom:10px;
    margin-left:-40px; /* Tweak this to center bullets */
}
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
	display:block;
	width:22px;
	height:22px;
	background:url(../images/nivo_slider/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	font-weight:bold;
	background-position:0 -22px;
}



/*  --------------------------------------------------------------------
                              (28) ROUNDABOUT SLIDER
    -------------------------------------------------------------------- */

#roundabout {
    float:left;
    width:930px;
    height:300px;
    margin-top:20px;
    overflow:hidden;
    padding-top:0px;
    position:relative;
}

.roundabout-holder {
    width:930px;
    height:300px;
    margin:0px auto 0 auto;
    padding:0 !important;
    list-style:none;
}

.roundabout-moveable-item {
    width:500px;
    height:290px;
    display:block;
    overflow:hidden;
    padding:0px;
    border:1px solid #cecece;
    box-shadow:0 0 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.4);
}



/*  --------------------------------------------------------------------
                              (29) ORBIT SLIDER
    -------------------------------------------------------------------- */    

/* CSS for jQuery Orbit Plugin 1.2.3
 * www.ZURB.com/playground
 * Copyright 2010, ZURB
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

#orbit_slider {
	width: 930px;
	height: 350px;
	background: #fff url(../images/orbit_slider/loading.gif) no-repeat center center;
	overflow: hidden;
}

#orbit_slider>img, #orbit_slider>div, #orbit_slider>a {
    display: none;
}

/* CONTAINER */

div.orbit-wrapper {
    width: 1px;
    height: 1px;
    position: relative;
}

div.orbit {
    width: 1px;
    height: 1px;
    position: relative;
    overflow: hidden
}

div.orbit>img {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

div.orbit>a {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0;
    display: none;
}

.orbit>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */


/* TIMER */

div.timer {
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .6;
    cursor: pointer;
    z-index: 1001;
}

span.rotator {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: -20px;
    background: url(../images/orbit_slider/rotator-black.png) no-repeat;
    z-index: 3;
}

span.mask {
    display: block;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    overflow: hidden;
}

span.rotator.move {
    left: 0 }

span.mask.move {
    width: 40px;
    left: 0;
    background: url(../images/orbit_slider/timer-black.png) repeat 0 0;
}

span.pause {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/orbit_slider/pause-black.png) no-repeat;
    z-index: 4;
    opacity: 0;
}

span.pause.active {
    background: url(../images/orbit_slider/pause-black.png) no-repeat 0 -40px
}

div.timer:hover span.pause, span.pause.active {
    opacity: 1
}

/* CAPTIONS */

.orbit-caption {
    display: none;
    font-family: "HelveticaNeue", "Helvetica-Neue", Helvetica, Arial, sans-serif;
}

.orbit-wrapper .orbit-caption {
    background: #000;
    background: rgba(0,0,0,.6);
    z-index: 1000;
    color: #fff;
	text-align: center;
	padding: 7px 0;
    font-size: 13px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
}

/* DIRECTIONAL NAV */

div.slider-nav {
    display: block
}

div.slider-nav span {
    width: 18px;
    height: 40px;
    text-indent: -9999px;
    position: absolute;
    z-index: 1000;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
}

div.slider-nav span.right {
    background: url(../images/orbit_slider/right-arrow.png);
    right: 0;
}

div.slider-nav span.left {
    background: url(../images/orbit_slider/left-arrow.png);
    left: 0;
}

/* BULLET NAV */

.orbit-bullets {
    position: absolute;
    z-index: 1000;
    list-style: none;
    bottom: 0px;
    right: 0;
	margin-right: 20px;
    padding: 0;
}

.orbit-bullets li {
    float: left;
    margin-left: 10px;
    cursor: pointer;
    color: #999;
    text-indent: -9999px;
    background: url(../images/orbit_slider/bullets.png) no-repeat 4px 0;
    width: 13px;
    height: 12px;
    overflow: hidden;
}

.orbit-bullets li.active {
    color: #222;
    background-position: -8px 0;
}

.orbit-bullets li.has-thumb {
    background: none;
    width: 100px;
    height: 75px;
}

.orbit-bullets li.active.has-thumb {
    background-position: 0 0;
    border-top: 2px solid #000;
}



/*  --------------------------------------------------------------------
                              (30) TIPSY
    -------------------------------------------------------------------- */

.tipsy {
    font-size:10px;
    opacity:0.8;
    background-repeat:no-repeat;
    background-image:url(../images/tipsy/tipsy.gif);
    padding:5px;
}

.tipsy-inner {
    background-color:#000;
    color:#FFF;
    max-width:200px;
    text-align:center;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    padding:5px 8px 4px;
}

.tipsy-north {
    background-position:top center;
}

.tipsy-south {
    background-position:bottom center;
}

.tipsy-east {
    background-position:right center;
}

.tipsy-west {
    background-position:left center;
}



/*  --------------------------------------------------------------------
                              (31) SORTABLE GALLERY
    -------------------------------------------------------------------- */

#gallery {
    overflow:hidden;
}

#gallery img {
     width:280px;
     height:150px;
}


#control_filter {
    background:#fff;
    text-align:right;

}

#control_filter ul {
    float:right;
    margin:-20px 0 0 0;
}

#control_filter ul li {
	float:left;
    margin-left:6px;
    font-family:Verdana;
    font-size:11px;
    line-height:11px;
}

#control_filter li a {
	color:#333;
    display:block;
    background-color:#f1f2f1;
    padding:4px 6px 4px 6px;
    -moz-border-radius:2px;
    border-radius:2px;


}

#control_filter li a:hover, #control_filter li.current a {
    color:#fff !important;
    background:#2a3740 url(../images/buttons/button_1.png) repeat-x 0 0;
}


.items ul li a.hide {
	display: none;
}

.items {
	padding: 0px;
	display: block;
	width: 930px;
	height:auto;
	margin:0px;
}

.items ul {
	list-style-type: none;
	margin: auto;
	margin-top:10px;
	text-align:center;
}

.items ul li {
	margin: auto;
	display:inline-block;
	width:305px;
	margin-bottom:30px;
}



/*  --------------------------------------------------------------------
                              (32) PRETTYPHOTO
    -------------------------------------------------------------------- */

div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right {
    height:13px;
}

div.pp_default .pp_top .pp_left {
    background:url(../images/pretty_photo/default/sprite.png) -78px -93px no-repeat;
}

div.pp_default .pp_top .pp_middle {
    background:url(../images/pretty_photo/default/sprite_x.png) top left repeat-x;
}

div.pp_default .pp_top .pp_right {
    background:url(../images/pretty_photo/default/sprite.png) -112px -93px no-repeat;
}

div.pp_default .pp_content .ppt {
    color:#f8f8f8;
}

div.pp_default .pp_content_container .pp_left {
    background:url(../images/pretty_photo/default/sprite_y.png) -7px 0 repeat-y;
    padding-left:13px;
}

div.pp_default .pp_content_container .pp_right {
    background:url(../images/pretty_photo/default/sprite_y.png) top right repeat-y;
    padding-right:13px;
}

div.pp_default .pp_next:hover {
    background:url(../images/pretty_photo/default/sprite_next.png) center right no-repeat;
    cursor:pointer;
}

div.pp_default .pp_previous:hover {
    background:url(../images/pretty_photo/default/sprite_prev.png) center left no-repeat;
    cursor:pointer;
}

div.pp_default .pp_expand {
    background:url(../images/pretty_photo/default/sprite.png) 0 -29px no-repeat;
    cursor:pointer;
    height:28px;
    width:28px;
}

div.pp_default .pp_expand:hover {
    background:url(../images/pretty_photo/default/sprite.png) 0 -56px no-repeat;
    cursor:pointer;
}

div.pp_default .pp_contract {
    background:url(../images/pretty_photo/default/sprite.png) 0 -84px no-repeat;
    cursor:pointer;
    height:28px;
    width:28px;
}

div.pp_default .pp_contract:hover {
    background:url(../images/pretty_photo/default/sprite.png) 0 -113px no-repeat;
    cursor:pointer;
}

div.pp_default .pp_close {
    background:url(../images/pretty_photo/default/sprite.png) 2px 1px no-repeat;
    cursor:pointer;
    height:30px;
    width:30px;
}

div.pp_default .pp_gallery ul li a {
    background:url(../images/pretty_photo/default/default_thumb.png) center center #f8f8f8;
    border:1px solid #aaa;
}

div.pp_default .pp_social {
    margin-top:7px;
}

div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next {
    left:auto;
    position:static;
}

div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause {
    background:url(../images/pretty_photo/default/sprite.png) -51px 1px no-repeat;
    height:30px;
    width:30px;
}

div.pp_default .pp_nav .pp_pause {
    background-position:-51px -29px;
}

div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next {
    background:url(../images/pretty_photo/default/sprite.png) -31px -3px no-repeat;
    height:20px;
    width:20px;
    margin:4px 0 0;
}

div.pp_default a.pp_arrow_next {
    background-position:-82px -3px;
    left:52px;
}

div.pp_default .pp_content_container .pp_details {
    margin-top:5px;
}

div.pp_default .pp_nav {
    clear:none;
    height:30px;
    position:relative;
    width:110px;
}

div.pp_default .pp_nav .currentTextHolder {
    color:#999;
    font-family:Georgia;
    font-size:11px;
    font-style:italic;
    left:75px;
    line-height:25px;
    position:absolute;
    top:2px;
    margin:0;
    padding:0 0 0 10px;
}

div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover {
    opacity:0.7;
}

div.pp_default .pp_description {
    font-size:11px;
    font-weight:700;
    line-height:14px;
    margin:5px 50px 5px 0;
}

div.pp_default .pp_bottom .pp_left {
    background:url(../images/pretty_photo/default/sprite.png) -78px -127px no-repeat;
}

div.pp_default .pp_bottom .pp_middle {
    background:url(../images/pretty_photo/default/sprite_x.png) bottom left repeat-x;
}

div.pp_default .pp_bottom .pp_right {
    background:url(../images/pretty_photo/default/sprite.png) -112px -127px no-repeat;
}

div.pp_default .pp_loaderIcon {
    background:url(../images/pretty_photo/default/loader.gif) center center no-repeat;
}

div.light_rounded .pp_top .pp_left {
    background:url(../images/pretty_photo/light_rounded/sprite.png) -88px -53px no-repeat;
}

div.light_rounded .pp_top .pp_right {
    background:url(../images/pretty_photo/light_rounded/sprite.png) -110px -53px no-repeat;
}

div.light_rounded .pp_next:hover {
    background:url(../images/pretty_photo/light_rounded/btnNext.png) center right no-repeat;
    cursor:pointer;
}

div.light_rounded .pp_previous:hover {
    background:url(../images/pretty_photo/light_rounded/btnPrevious.png) center left no-repeat;
    cursor:pointer;
}

div.light_rounded .pp_expand {
    background:url(../images/pretty_photo/light_rounded/sprite.png) -31px -26px no-repeat;
    cursor:pointer;
}

div.light_rounded .pp_expand:hover {
    background:url(../images/pretty_photo/light_rounded/sprite.png) -31px -47px no-repeat;
    cursor:pointer;
}

div.light_rounded .pp_contract {
    background:url(../images/pretty_photo/light_rounded/sprite.png) 0 -26px no-repeat;
    cursor:pointer;
}

div.light_rounded .pp_contract:hover {
    background:url(../images/pretty_photo/light_rounded/sprite.png) 0 -47px no-repeat;
    cursor:pointer;
}

div.light_rounded .pp_close {
    background:url(../images/pretty_photo/light_rounded/sprite.png) -1px -1px no-repeat;
    cursor:pointer;
    height:22px;
    width:75px;
}

div.light_rounded .pp_nav .pp_play {
    background:url(../images/pretty_photo/light_rounded/sprite.png) -1px -100px no-repeat;
    height:15px;
    width:14px;
}

div.light_rounded .pp_nav .pp_pause {
    background:url(../images/pretty_photo/light_rounded/sprite.png) -24px -100px no-repeat;
    height:15px;
    width:14px;
}

div.light_rounded .pp_arrow_previous {
    background:url(../images/pretty_photo/light_rounded/sprite.png) 0 -71px no-repeat;
}

div.light_rounded .pp_arrow_next {
    background:url(../images/pretty_photo/light_rounded/sprite.png) -22px -71px no-repeat;
}

div.light_rounded .pp_bottom .pp_left {
    background:url(../images/pretty_photo/light_rounded/sprite.png) -88px -80px no-repeat;
}

div.light_rounded .pp_bottom .pp_right {
    background:url(../images/pretty_photo/light_rounded/sprite.png) -110px -80px no-repeat;
}

div.dark_rounded .pp_top .pp_left {
    background:url(../images/pretty_photo/dark_rounded/sprite.png) -88px -53px no-repeat;
}

div.dark_rounded .pp_top .pp_right {
    background:url(../images/pretty_photo/dark_rounded/sprite.png) -110px -53px no-repeat;
}

div.dark_rounded .pp_content_container .pp_left {
    background:url(../images/pretty_photo/dark_rounded/contentPattern.png) top left repeat-y;
}

div.dark_rounded .pp_content_container .pp_right {
background:url(../images/pretty_photo/dark_rounded/contentPattern.png) top right repeat-y;
}

div.dark_rounded .pp_next:hover {
    background:url(../images/pretty_photo/dark_rounded/btnNext.png) center right no-repeat;
    cursor:pointer;
}

div.dark_rounded .pp_previous:hover {
    background:url(../images/pretty_photo/dark_rounded/btnPrevious.png) center left no-repeat;
    cursor:pointer;
}

div.dark_rounded .pp_expand {
    background:url(../images/pretty_photo/dark_rounded/sprite.png) -31px -26px no-repeat;
    cursor:pointer;
}

div.dark_rounded .pp_expand:hover {
    background:url(../images/pretty_photo/dark_rounded/sprite.png) -31px -47px no-repeat;
    cursor:pointer;
}

div.dark_rounded .pp_contract {
    background:url(../images/pretty_photo/dark_rounded/sprite.png) 0 -26px no-repeat;
    cursor:pointer;
}

div.dark_rounded .pp_contract:hover {
    background:url(../images/pretty_photo/dark_rounded/sprite.png) 0 -47px no-repeat;
    cursor:pointer;
}

div.dark_rounded .pp_close {
    background:url(../images/pretty_photo/dark_rounded/sprite.png) -1px -1px no-repeat;
    cursor:pointer;
    height:22px;
    width:75px;
}

div.dark_rounded .pp_description {
    color:#fff;
    margin-right:85px;
}

div.dark_rounded .pp_nav .pp_play {
    background:url(../images/pretty_photo/dark_rounded/sprite.png) -1px -100px no-repeat;
    height:15px;
    width:14px;
}

div.dark_rounded .pp_nav .pp_pause {
    background:url(../images/pretty_photo/dark_rounded/sprite.png) -24px -100px no-repeat;
    height:15px;
    width:14px;
}

div.dark_rounded .pp_arrow_previous {
    background:url(../images/pretty_photo/dark_rounded/sprite.png) 0 -71px no-repeat;
}

div.dark_rounded .pp_arrow_next {
    background:url(../images/pretty_photo/dark_rounded/sprite.png) -22px -71px no-repeat;
}

div.dark_rounded .pp_bottom .pp_left {
    background:url(../images/pretty_photo/dark_rounded/sprite.png) -88px -80px no-repeat;
}

div.dark_rounded .pp_bottom .pp_right {
    background:url(../images/pretty_photo/dark_rounded/sprite.png) -110px -80px no-repeat;
}

div.dark_rounded .pp_loaderIcon {
    background:url(../images/pretty_photo/dark_rounded/loader.gif) center center no-repeat;
}

div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content {
    background:#000;
}

div.dark_square .pp_description {
    color:#fff;
    margin:0 85px 0 0;
}

div.dark_square .pp_loaderIcon {
    background:url(../images/pretty_photo/dark_square/loader.gif) center center no-repeat;
}

div.dark_square .pp_expand {
    background:url(../images/pretty_photo/dark_square/sprite.png) -31px -26px no-repeat;
    cursor:pointer;
}

div.dark_square .pp_expand:hover {
    background:url(../images/pretty_photo/dark_square/sprite.png) -31px -47px no-repeat;
    cursor:pointer;
}

div.dark_square .pp_contract {
    background:url(../images/pretty_photo/dark_square/sprite.png) 0 -26px no-repeat;
    cursor:pointer;
}

div.dark_square .pp_contract:hover {
    background:url(../images/pretty_photo/dark_square/sprite.png) 0 -47px no-repeat;
    cursor:pointer;
}

div.dark_square .pp_close {
    background:url(../images/pretty_photo/dark_square/sprite.png) -1px -1px no-repeat;
    cursor:pointer;
    height:22px;
    width:75px;
}

div.dark_square .pp_nav {
    clear:none;
}

div.dark_square .pp_nav .pp_play {
    background:url(../images/pretty_photo/dark_square/sprite.png) -1px -100px no-repeat;
    height:15px;
    width:14px;
}

div.dark_square .pp_nav .pp_pause {
    background:url(../images/pretty_photo/dark_square/sprite.png) -24px -100px no-repeat;
    height:15px;
    width:14px;
}

div.dark_square .pp_arrow_previous {
    background:url(../images/pretty_photo/dark_square/sprite.png) 0 -71px no-repeat;
}

div.dark_square .pp_arrow_next {
    background:url(../images/pretty_photo/dark_square/sprite.png) -22px -71px no-repeat;
}

div.dark_square .pp_next:hover {
    background:url(../images/pretty_photo/dark_square/btnNext.png) center right no-repeat;
    cursor:pointer;
}

div.dark_square .pp_previous:hover {
    background:url(../images/pretty_photo/dark_square/btnPrevious.png) center left no-repeat;
    cursor:pointer;
}

div.light_square .pp_expand {
    background:url(../images/pretty_photo/light_square/sprite.png) -31px -26px no-repeat;
    cursor:pointer;
}

div.light_square .pp_expand:hover {
    background:url(../images/pretty_photo/light_square/sprite.png) -31px -47px no-repeat;
    cursor:pointer;
}

div.light_square .pp_contract {
    background:url(../images/pretty_photo/light_square/sprite.png) 0 -26px no-repeat;
    cursor:pointer;
}

div.light_square .pp_contract:hover {
    background:url(../images/pretty_photo/light_square/sprite.png) 0 -47px no-repeat;
    cursor:pointer;
}

div.light_square .pp_close {
    background:url(../images/pretty_photo/light_square/sprite.png) -1px -1px no-repeat;
    cursor:pointer;
    height:22px;
    width:75px;
}

div.light_square .pp_nav .pp_play {
    background:url(../images/pretty_photo/light_square/sprite.png) -1px -100px no-repeat;
    height:15px;
    width:14px;
}

div.light_square .pp_nav .pp_pause {
    background:url(../images/pretty_photo/light_square/sprite.png) -24px -100px no-repeat;
    height:15px;
    width:14px;
}

div.light_square .pp_arrow_previous {
    background:url(../images/pretty_photo/light_square/sprite.png) 0 -71px no-repeat;
}

div.light_square .pp_arrow_next {
    background:url(../images/pretty_photo/light_square/sprite.png) -22px -71px no-repeat;
}

div.light_square .pp_next:hover {
    background:url(../images/pretty_photo/light_square/btnNext.png) center right no-repeat;
    cursor:pointer;
}

div.light_square .pp_previous:hover {
    background:url(../images/pretty_photo/light_square/btnPrevious.png) center left no-repeat;
    cursor:pointer;
}

div.facebook .pp_top .pp_left {
    background:url(../images/pretty_photo/facebook/sprite.png) -88px -53px no-repeat;
}

div.facebook .pp_top .pp_middle {
    background:url(../images/pretty_photo/facebook/contentPatternTop.png) top left repeat-x;
}

div.facebook .pp_top .pp_right {
    background:url(../images/pretty_photo/facebook/sprite.png) -110px -53px no-repeat;
}

div.facebook .pp_content_container .pp_left {
    background:url(../images/pretty_photo/facebook/contentPatternLeft.png) top left repeat-y;
}

div.facebook .pp_content_container .pp_right {
    background:url(../images/pretty_photo/facebook/contentPatternRight.png) top right repeat-y;
}

div.facebook .pp_expand {
    background:url(../images/pretty_photo/facebook/sprite.png) -31px -26px no-repeat;
    cursor:pointer;
}

div.facebook .pp_expand:hover {
    background:url(../images/pretty_photo/facebook/sprite.png) -31px -47px no-repeat;
    cursor:pointer;
}

div.facebook .pp_contract {
    background:url(../images/pretty_photo/facebook/sprite.png) 0 -26px no-repeat;
    cursor:pointer;
}

div.facebook .pp_contract:hover {
    background:url(../images/pretty_photo/facebook/sprite.png) 0 -47px no-repeat;
    cursor:pointer;
}

div.facebook .pp_close {
    background:url(../images/pretty_photo/facebook/sprite.png) -1px -1px no-repeat;
    cursor:pointer;
    height:22px;
    width:22px;
}

div.facebook .pp_description {
    margin:0 37px 0 0;
}

div.facebook .pp_loaderIcon {
    background:url(../images/pretty_photo/facebook/loader.gif) center center no-repeat;
}

div.facebook .pp_arrow_previous {
    background:url(../images/pretty_photo/facebook/sprite.png) 0 -71px no-repeat;
    height:22px;
    margin-top:0;
    width:22px;
}

div.facebook .pp_arrow_previous.disabled {
    background-position:0 -96px;
    cursor:default;
}

div.facebook .pp_arrow_next {
    background:url(../images/pretty_photo/facebook/sprite.png) -32px -71px no-repeat;
    height:22px;
    margin-top:0;
    width:22px;
}

div.facebook .pp_arrow_next.disabled {
    background-position:-32px -96px;
    cursor:default;
}

div.facebook .pp_nav {
    margin-top:0;
}

div.facebook .pp_nav p {
    font-size:15px;
    padding:0 3px 0 4px;
}

div.facebook .pp_nav .pp_play {
background:url(../images/pretty_photo/facebook/sprite.png) -1px -123px no-repeat;
    height:22px;
    width:22px;
}

div.facebook .pp_nav .pp_pause {
    background:url(../images/pretty_photo/facebook/sprite.png) -32px -123px no-repeat;
    height:22px;
    width:22px;
}

div.facebook .pp_next:hover {
    background:url(../images/pretty_photo/facebook/btnNext.png) center right no-repeat;
    cursor:pointer;
}

div.facebook .pp_previous:hover {
    background:url(../images/pretty_photo/facebook/btnPrevious.png) center left no-repeat;
    cursor:pointer;
}

div.facebook .pp_bottom .pp_left {
    background:url(../images/pretty_photo/facebook/sprite.png) -88px -80px no-repeat;
}

div.facebook .pp_bottom .pp_middle {
    background:url(../images/pretty_photo/facebook/contentPatternBottom.png) top left repeat-x;
}

div.facebook .pp_bottom .pp_right {
    background:url(../images/pretty_photo/facebook/sprite.png) -110px -80px no-repeat;
}

div.pp_pic_holder a:focus {
    outline:none;
}

div.pp_overlay {
    background:#000;
    display:none;
    left:0;
    position:absolute;
    top:0;
    width:100%;
    z-index:9500;
}

div.pp_pic_holder {
    display:none;
    position:absolute;
    width:100px;
    z-index:10000;
}

.pp_content {
    height:40px;
    min-width:40px;
}

* html .pp_content {
    width:40px;
}

.pp_content_container {
    position:relative;
    text-align:left;
    width:100%;
}

.pp_content_container .pp_left {
    padding-left:20px;
}

.pp_content_container .pp_right {
    padding-right:20px;
}

.pp_content_container .pp_details {
    float:left;
    margin:10px 0 2px;
}

.pp_description {
    display:none;
    margin:0;
}

.pp_social {
    float:left;
    margin:0;
}

.pp_social .facebook {
    float:left;
    margin-left:5px;
    overflow:hidden;
    width:55px;
}

.pp_social .twitter {
    float:left;
}

.pp_nav {
    clear:right;
    float:left;
    margin:3px 10px 0 0;
}

.pp_nav p {
    float:left;
    white-space:nowrap;
    margin:2px 4px;
}

.pp_nav .pp_play,.pp_nav .pp_pause {
    float:left;
    margin-right:4px;
    text-indent:-10000px;
}

a.pp_arrow_previous,a.pp_arrow_next {
    display:block;
    float:left;
    height:15px;
    margin-top:3px;
    overflow:hidden;
    text-indent:-10000px;
    width:14px;
}

.pp_hoverContainer {
    position:absolute;
    top:0;
    width:100%;
    z-index:2000;
}

.pp_gallery {
    display:none;
    left:50%;
    margin-top:-50px;
    position:absolute;
    z-index:10000;
}

.pp_gallery div {
    float:left;
    overflow:hidden;
    position:relative;
}

.pp_gallery ul {
    float:left;
    height:35px;
    position:relative;
    white-space:nowrap;
    margin:0 0 0 5px;
    padding:0;
}

.pp_gallery ul a {
    border:1px rgba(0, 0, 0, 0.5) solid;
    display:block;
    float:left;
    height:33px;
    overflow:hidden;
}

.pp_gallery ul a img {
    border:0;
}

.pp_gallery li {
    display:block;
    float:left;
    margin:0 5px 0 0;
    padding:0;
}

.pp_gallery li.default a {
    background:url(../images/pretty_photo/facebook/default_thumbnail.gif) 0 0 no-repeat;
    display:block;
    height:33px;
    width:50px;
}

.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next {
    margin-top:7px !important;
}

a.pp_next {
    background:url(../images/pretty_photo/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display:block;
    float:right;
    height:100%;
    text-indent:-10000px;
    width:49%;
}

a.pp_previous {
    background:url(../images/pretty_photo/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display:block;
    float:left;
    height:100%;
    text-indent:-10000px;
    width:49%;
}

a.pp_expand,a.pp_contract {
    cursor:pointer;
    display:none;
    height:20px;
    position:absolute;
    right:30px;
    text-indent:-10000px;
    top:10px;
    width:20px;
    z-index:20000;
}

a.pp_close {
    display:block;
    line-height:22px;
    position:absolute;
    right:0;
    text-indent:-10000px;
    top:0;
}

.pp_loaderIcon {
    display:block;
    height:24px;
    left:50%;
    position:absolute;
    top:50%;
    width:24px;
    margin:-12px 0 0 -12px;
}

#pp_full_res {
    line-height:1 !important;
}

#pp_full_res .pp_inline {
    text-align:left;
}

#pp_full_res .pp_inline p {
    margin:0 0 15px;
}

div.ppt {
    color:#fff;
    display:none;
    font-size:17px;
    z-index:9999;
    margin:0 0 5px 15px;
}

div.pp_default .pp_content,div.light_rounded .pp_content {
    background-color:#fff;
}

div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline {
    color:#000;
}

div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a {
    border-color:#fff;
}

div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details {
    position:relative;
}

div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content {
    background:#fff;
}

div.light_rounded .pp_description,div.light_square .pp_description {
    margin-right:85px;
}

div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next {
    margin-top:12px !important;
}

div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled {
    background-position:0 -87px;
    cursor:default;
}

div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled {
    background-position:-22px -87px;
    cursor:default;
}

div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon {
    background:url(../images/pretty_photo/light_rounded/loader.gif) center center no-repeat;
}

div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle {
    background:url(../images/pretty_photo/dark_rounded/contentPattern.png) top left repeat;
}

div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder {
    color:#c4c4c4;
}

div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline {
    color:#fff;
}

.pp_top,.pp_bottom {
    height:20px;
    position:relative;
}

* html .pp_top,* html .pp_bottom {
    padding:0 20px;
}

.pp_top .pp_left,.pp_bottom .pp_left {
    height:20px;
    left:0;
    position:absolute;
    width:20px;
}

.pp_top .pp_middle,.pp_bottom .pp_middle {
    height:20px;
    left:20px;
    position:absolute;
    right:20px;
}

* html .pp_top .pp_middle,* html .pp_bottom .pp_middle {
    left:0;
    position:static;
}

.pp_top .pp_right,.pp_bottom .pp_right {
    height:20px;
    left:auto;
    position:absolute;
    right:0;
    top:0;
    width:20px;
}

.pp_fade,.pp_gallery li.default a img {
    display:none;
}