/*
    JMK Moneycrew - Gaming since 2208
    Author: JMK
    Copyright: 2007-2009 by JMK Moneycrew
    
    Design:  - http://cor3ydesigns.com
    Adapting: knaack - http://www.knaack.org
*/

/* =======| SWITCHBOX RESULTS |======= */
.pagination { height: 29px; line-height: 29px; vertical-align: top; text-align: left; }
.pagination img { padding: 0 4px; }
.pagination a { padding: 0 3px; text-decoration: none; color: #FFF;}
.pagination a:hover, .pagination a.selected { color: #CCC; font-weight: bold; }
.sliderwrapper { position: relative; /*leave as is*/ overflow: hidden; /*leave as is*/ width: 370px; /*width of featured content slider*/ height: 222px; }

.sliderwrapper .contentdiv{ visibility: hidden; /*leave as is*/ position: absolute; /*leave as is*/ left: 0;  /*leave as is*/ top: 0;  /*leave as is*/ height: 100%; filter:progid:DXImageTransform.Microsoft.alpha(opacity=100); -moz-opacity: 1; opacity: 1; }

.switch_pagination { height: 29px; line-height: 29px; vertical-align: top; text-align: left; }
.switch_pagination img { padding: 0 4px; }
.switch_pagination a { padding: 0 3px; text-decoration: none; color: #FFF; }

.switch_pagination a#switch_ltopics { background: url(../Bilder/switch/switch_ltopics.png) no-repeat 0px 5px; width: 94px; height: 22px; margin: 0 8px 0 18px; display: block; float: left; }
.switch_pagination a:hover#switch_ltopics, .switch_pagination a#switch_ltopics.selected { background: url(../Bilder/switch/switch_ltopics_hover.png) no-repeat 0px 0px; margin-top: -7px; }

.switch_pagination a#switch_polls { background: url(../Bilder/switch/switch_polls.png) no-repeat 0px 5px; width: 27px; height: 22px; margin: 0 8px; display: block; float: left; }
.switch_pagination a:hover#switch_polls, .switch_pagination a#switch_polls.selected { background: url(../Bilder/switch/switch_polls_hover.png) no-repeat 0px 0px; margin-top: -7px; }

.switch_pagination a#switch_files { background: url(../Bilder/switch/switch_files.png) no-repeat 0px 5px; width: 54px; height: 22px;margin: 0 8px; display: block; float: left; }
.switch_pagination a:hover#switch_files, .switch_pagination a#switch_files.selected { background: url(../Bilder/switch/switch_files_hover.png) no-repeat 0px 0px; margin-top: -7px; }

.switch_pagination a#switch_demos { background: url(../Bilder/switch/switch_demos.png) no-repeat 0px 5px; width: 30px; height: 22px;margin: 0 8px; display: block; float: left; }
.switch_pagination a:hover#switch_demos, .switch_pagination a#switch_demos.selected { background: url(../Bilder/switch/switch_demos_hover.png) no-repeat 0px 0px; margin-top: -7px; }



/* =======| SWITCHBOX LATEST TOPICS... |======= */
.switch_pagination a:hover, .switch_pagination a.selected { color: #CCC; font-weight: bold; }
.switch_sliderwrapper { position: relative; overflow: hidden; width: 355px; height: 222px; border-left: 1px solid #DEDEDE; }
.switch_sliderwrapper .contentdiv { visibility: hidden; position: absolute; left: 0; top: 0; height: 100%; filter:progid:DXImageTransform.Microsoft.alpha(opacity=100); -moz-opacity: 1; opacity: 1; }


/* =======| LANGUAGE SWITCH |======= */
div.grey_box div#language_switch { float: right; height: 23px; padding-top: 6px; margin-bottom: -6px; }
div.grey_box div#language_switch img { vertical-align: top; padding-right: 8px; }


