/*
Theme Name: Pixel
Theme URI: http://www.pixelreply.com/
Description: Description
Author: PixelReply - Comunicação Criativa
*/

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: 'alegreya', sans-serif;
}

body {
    background-color: white;
    font-family: 'alegreya';
    font-size:14px;
    overflow-x: hidden;
}

/*
 * FONTS
 */
@font-face {
    font-family: 'raleway';
    src: url('fonts/raleway-bold-webfont.eot');
    src: url('fonts/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-bold-webfont.woff') format('woff'),
         url('fonts/raleway-bold-webfont.ttf') format('truetype'),
         url('fonts/raleway-bold-webfont.svg#ralewaybold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'raleway';
    src: url('fonts/raleway-light-webfont.eot');
    src: url('fonts/raleway-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-light-webfont.woff') format('woff'),
         url('fonts/raleway-light-webfont.ttf') format('truetype'),
         url('fonts/raleway-light-webfont.svg#ralewaylight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'alegreya';
    src: url('fonts/alegreya-regular-webfont.eot');
    src: url('fonts/alegreya-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/alegreya-regular-webfont.woff') format('woff'),
         url('fonts/alegreya-regular-webfont.ttf') format('truetype'),
         url('fonts/alegreya-regular-webfont.svg#alegreyaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'alegreya';
    src: url('fonts/alegreya-bold-webfont.eot');
    src: url('fonts/alegreya-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/alegreya-bold-webfont.woff') format('woff'),
         url('fonts/alegreya-bold-webfont.ttf') format('truetype'),
         url('fonts/alegreya-bold-webfont.svg#alegreyabold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'alegreya';
    src: url('fonts/alegreya-bolditalic-webfont.eot');
    src: url('fonts/alegreya-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/alegreya-bolditalic-webfont.woff') format('woff'),
         url('fonts/alegreya-bolditalic-webfont.ttf') format('truetype'),
         url('fonts/alegreya-bolditalic-webfont.svg#alegreyabold_italic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'alegreya';
    src: url('fonts/alegreya-italic-webfont.eot');
    src: url('fonts/alegreya-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/alegreya-italic-webfont.woff') format('woff'),
         url('fonts/alegreya-italic-webfont.ttf') format('truetype'),
         url('fonts/alegreya-italic-webfont.svg#alegreyaitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

/*
 * HEADINGS
 */
h1, h2, h3, h4, h5 {
	margin-bottom:10px;
	font-weight:normal;
	text-transform:uppercase;
	font-family:'raleway';
}

h1 {
	font-size: 37px;
	color: black;
}
h2 {
	font-size: 24px;
	color: black;
}
h3 {
	font-size: 21px;
	color: #8D763C;
}
h4 {
	font-size: 21px;
	color: #8D763C;
	font-family: 'alegreya';
	text-transform:none;
}
h5 {
	color:#8D763C;
	font-size:12px;
	margin-bottom:0;
}

a {
	text-decoration: none;
	color: #8D763C;
}
a:hover {
	text-decoration:underline;
}

p {
	margin-bottom:10px;
}

.strong {
	font-weight:bold;
}

/* 
 * CONTAINER
 */

#container {
	width:100%;
	margin:0;
}

#main,
#main_with_slider {
	width:100%;
	overflow:hidden;
	background-color:#FFF;
	margin-top:30px;
	min-height:430px;
}

#content {
	width:960px;
	margin:0 auto;
}

/*
 * FACEBOOK
 */

#facebook {
	height: 38px;
    position: fixed;
    right: 0;
    top: 247px;
    width: 44px;
}

/* 
 * HEADER
 */

#header {
	width: 100%;
	height:150px;
}

#header_content {
	width: 960px;
	margin: 0 auto;
}

#logo {
	float: left;
    margin-bottom: 10px;
    margin-left: 10px;
}

#logo img {
	height:170px;
}

/* MAIN MENU */
#main_menu {
	width: 960px;
	height: 30px;
	margin: 0 auto;
	clear:both;
	display: block;
	position:relative;
	z-index:21;
}
.menu-header {
    width:960px;
    margin:0 auto;
    position:absolute;
}
#main_menu .menu {
	display: block;
	text-transform:uppercase;
	font-size: 12px;
	list-style: none;
	margin-bottom:0px;
	height: 38px;
	border-bottom: 1px solid #8D763C;
    border-top: 1px solid #8D763C;
}

#main_menu .menu ul {
	list-style:none;
	margin-top:2px;
}
#main_menu li {
	float: left;
    position: relative;
    text-align: center;
    width: 11.11%;
    z-index: 5;
}

#main_menu li a {
	color: black;
    display: block;
    font-family: 'raleway';
    font-size: 12px;
    height: 34px;
    line-height: 11px;
    margin: 1px;
    padding: 13px 0 6px;
    text-decoration: none;
}

#main_menu li.current_page_item a {
	background:#EAE7CF;
}
#main_menu ul ul {
	display:none;
}
#main_menu ul ul a,
#main_menu ul ul ul a  {
	padding: 10px 10px;
	text-align:left;
	padding-left:20px;
	margin:0 2px 0 0;
	width: 134px;
	color: #FFF;
}
#main_menu li .sub-menu li .sub-menu {
	border-top: 1px solid #8D763C;
    left: 134px;
    position: relative;
    top: -27px;
    width: 134px;
}
#main_menu .menu li a:hover,
#main_menu .menu li.current-menu-item a,
#main_menu .menu li.current-menu-item a:hover,
#main_menu .menu li:hover > a {
    background-color:#EAE7CF;
}

#main_menu .menu .sub-menu li {
    float:none;
    height:24px;
}

#main_menu .menu .sub-menu li a {
    background-color: white;
    border-bottom: 1px solid #8D763C;
    color: black;
    padding:6px 0 0 14px;
    height:24px;
}

#main_menu .sub-menu li a:hover,
#main_menu .sub-menu li:hover > a,
#main_menu .sub-menu li.current-menu-item > a,
#main_menu .sub-menu li.current-menu-item > a:hover {
    background-color: #EAE7CF;
}

#main_menu .menu .sub-menu li a:hover {
 	background-color: #EAE7CF;
}

#main_menu .sub-menu li .sub-menu li {
	
}

#main_menu ul li:hover > ul {
	display: block;
}

/*
 * BREADCRUMBS
 */
.breadcrumbs {
	width: 960px;
	margin: 0 auto;
	font-family:'alegreya';
	font-size:10px;
	height:20px;
	line-height:21px;
	text-transform:uppercase;
	color:#65776B;
	margin-top: 20px;
}

/*
 * SLIDER
 */
 
#rev_slider_1_1_wrapper {
	border-bottom: 1px solid #8D763C;
	height:286px !important;
}

/* 
 * PAGES
 */

#page {
	float:left;
	width:600px;
}

#page_full_width {
	float:left;
	width:960px;
}

#page_full_width li {
	margin-left:17px;
}

/*
 * HOMEPAGE
 */
#index_page {
	float:left;
	margin-top:90px;
	position:relative;
	width:600px;
}

#index_page p,
#index_page h3,
#index_page h4 {
	position:relative;
}

#index_side {
	border-bottom:1px solid #8D763C;
	float:right;
	margin-top:13px;
	padding-bottom:20px;
	width:330px;
}

#index_side h3 {
	font-size:17px;
}

#index_news {
	margin-bottom:10px;
}

#index_news h5 {
	color:black;
	font-size:14px;
}

#home_thumb {
    left: 280px;
    margin-top: -110px;
    position: absolute;
}

#index_carousel {
	float:left;
	position:relative;
	top:40px;
}

div#index_carousel div#jcarousel_container div.jcarousel-skin-tango div.jcarousel-container-horizontal {
    height:240px !important;
    width: 960px !important;
}

#terms {
	float:left;
	margin-top:60px;
}

#terms a {
	font-family:'raleway';
	font-size:11px;
	text-transform:uppercase;
}

/*
 * ABOUT
 */

#about_thumb {
	float:left;
}

#about_thumb img {
	max-width:512px;
}

#about_description {
	float:right;
	padding-left:40px;
	padding-top:132px;
	width:448px;
}

#about_description h1,
#about_description h2,
#about_description h3,
#about_description h4,
#about_description h5 {
	margin:0;
}

#about_description h4 {
	font-size:18px;
}

#about_content {
	position:relative;
	top:30px;
}

#about_content .first {
	width:53% !important;
}

#about_content .last {
	float:right !important;
	width:42.4% !important;
}

/*
 * PARTNER REGION
 */
#partner_region {
	float:left;
	margin-bottom:30px;
	margin-right:56px;
	margin-top:18px;
}

#partner_region:hover {
	text-decoration:none;
}

#partner_region:hover h3 {
	text-decoration:underline;
}

#partner_top {
	border-bottom: 1px solid #8D763C;
    border-top: 1px solid #8D763C;
    height: 50px;
    line-height:50px;
    margin-bottom: 6px;
    width: 452px;
}

#icon_map {
	float:left;
}

#partner_region h3 {
	position:relative;
	left:13px;
}

#region_image {
	height: 138px;
    overflow: hidden;
    width: 452px;
}

/*
 * PARTNER REGION (country)
 */

#country_top img {
	margin-right:12px;
}

#country_top h2 {
	margin-bottom:0;
}

#country_top h4 {
	bottom:8px;
	margin-bottom:0;
	position:relative;
}

#country_post {
	float:left;
	height:140px;
	margin-right:37.5px;
	width:162px;
}

#country_post > a {
	border-bottom: 1px solid #8D763C;
    display: block;
    height: 106px;
}

#country_post p {
	font-size:8px;
	text-transform:uppercase;
}

/*
 * PARTNER REGION (area)
 */
#area_top h1 {
	margin-bottom:0;
}

#area_top h4 {
	font-size:16px;
	text-transform:uppercase;
}

#area_top #region_image {
	float:left;
	height:267px;
	margin-right:29px;
	width:467px;
}

#area_content {
	margin-top:38px;
	clear: both;
}

#area_footer {
	clear:both;
	float:left;
	margin-top:40px;
}

#area_footer ul {
	list-style:none;
}

#area_footer li {
	float:left;
	margin-left:0;
	margin-right:5px;
}

/*
 * WINE
 */

#wine_title {
	float: left;
    margin-bottom: 45px;
    width: 100%;
}

#wine_title h1 {
	left: 20px;
    position: relative;
    top: 40px;
}

#wine_partner {
	bottom: 0;
    font-size: 12px;
    position: absolute;
    text-transform: uppercase;
    top: 480px;
    width: 150px;
}

#wine_partner a {
	font-family:'raleway';
}

/*
 * FILTER BY
 */
#filter_by {
	float: right;
	margin-top: -100px;
	width: 350px;
	position: relative;
	z-index: 999999;
}

h5.filter_by {
	margin-bottom: 5px;
	margin-left: 12px;
	margin-right: 5px;
	float: left;
}

#filter_by_value {
	margin-top: -2px;
	float: left;
	margin-right: 5px;
}

#reset_filter {
	width: 10px;
	height: 10px;
	background: url('images/reset_filter.png') no-repeat;
	cursor: pointer;
	float: left;
	margin-top: 2px;
	display: none;
}

#reset_filter:hover {
	background: url('images/reset_filter_hover.png') no-repeat;
}

#dropdown_container {
	clear: both;
}

#dropdown_region,
#dropdown_typ,
#dropdown_partner {
	display: none;
	position: absolute;
	top: 48px;
	width: 100px !important;
	margin-left: 0px !important;
	background: #FFF;
}

#dropdown_region {
	left: -15px;
}

#dropdown_typ {
	left: 87px;
}

#dropdown_partner {
	left: 189px;
}

#dropdown_region li,
#dropdown_typ li,
#dropdown_partner li {
	text-transform: uppercase;
	width: 100px;
	padding: 5px 5px 5px 10px;
	border-bottom: 1px solid #8D763C;
	cursor: pointer;
	font-family: 'raleway' !important;
	font-size: 12px !important;
	background: #FFF;
}

#dropdown_region li:hover,
#dropdown_typ li:hover,
#dropdown_partner li:hover {
	background: #EAE7CF;
}

#region_selected,
#typ_selected,
#partner_selected {
	cursor: pointer;
	text-transform: uppercase;
	border-bottom: 3px solid #8D763C;
	float: left;
	width: 100px;
	background: url('images/arrow_select.png') no-repeat 85px center;
	margin-left: 2px;
	padding: 5px 5px 5px 10px;
	position: relative;
	z-index: 999999;
}

#region_selected:hover,
#typ_selected:hover,
#partner_selected:hover {
	background: url('images/arrow_selected.png') no-repeat 80px center #EAE7CF;
}

/*
 * REZEPTE
 */

#recipe_item {
	float:left;
	height:140px;
	margin-left:0 !important;
	margin-right:37.5px;
	width:162px;
}

#recipe_item > a {
	border-bottom: 1px solid #8D763C;
    display: block;
    height: 106px;
}

/*
 * CAROUSEL
 */
div.jcarousel-skin-tango div.jcarousel-container {
	background:none;
	border:none;
}

div#jcarousel_container .jcarousel-skin-tango .jcarousel-clip-horizontal {
	margin:0 auto;
}

div#page div#jcarousel_container div.jcarousel-skin-tango div.jcarousel-container-horizontal {
	height: 240px !important;
    width: 960px !important;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
	background-position: 0 0 !important;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -32px 0 !important;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
	background-position: 0 0 !important;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -32px 0 !important;
}

/*
 * NACHRICHTEN
 */
#page_news {
	float:left;
	margin-top:6px;
	width:960px;
}

#page_news h1 {
	margin-bottom:24px;
}

#news {
	float:right;
	margin-bottom:25px;
}

#news img {
	float:left;
	height:auto;
	width:240px;
}

#news_content {
	border-bottom:1px solid #8D763C;
	float:right;
	margin-left:30px;
	padding-bottom:3px;
	min-height:163px;
	width:690px;
}

#news_content h3 {
	color:black;
}

/*
 * KONTAKT
 */
#kontakt {
	margin-top:6px;
}

#kontakt_content {
	float:left;
	text-align:right;
	width:185px;
}

#kontakt h1 {
	margin-bottom:24px;
}

#kontakt h3,
#kontakt a {
	color:black;
}

#kontakt a {
	font-weight:bold;
}

#kontakt_form {
	float:right;
	width:590px;
}

#kontakt_form label {
	float:left;
}

#kontakt_form .iphorm-input-wrap-text {
	position:absolute;
	margin-left:50px;
}

#kontakt_form .iphorm-input-wrap-text text {
	width:200px;
}

#kontakt_form .iphorm-input-wrap-textarea {
	clear:both;
}

#kontakt_form .iphorm-input-wrap-textarea textarea {
	width:590px;
}

/* 
 * SINGLES
 */

#single {
	float:left;
	width:620px;
}

/* SINGLE PARTNER */
#single_partner_post {
	float:left;
	margin-bottom:30px;
	margin-top:2px;
}

#single_partner_post img {
	float:left;
	margin-right:21px;
	max-width:246px;
}

#single_partner_content {
	float:right;
	width:693px;
}

#single_partner_content h5 {
	color:black;
	font-size:16px;
	margin-bottom:3px;
	text-transform:uppercase;
}

#single_partner_content h2 {
	color:#8D763C;
	margin-bottom:31px;
}

#single_partner_content .first {
	margin-right:3%;
	width:48.5% !important;
}

#single_partner_content .last {
	width:48.5% !important;
}

#partner_wines #bottle {
	float:left;
}

#partner_wines #partner_title {
	float: left;
    padding-left: 29px;
    margin-bottom:45px;
    width: 100%;
}

#partner_wines #partner_title h3 {
	font-size:32px;
	left:40px;
	position:relative;
	top:27px;
}

#partner_wines #partner_title h5 {
	color:black;
	float: left;
    font-size: 16px;
    left: 40px;
    position: relative;
    top: 18px;
}

#partner_wines ul {
	list-style:none;
	width: 990px;
}

li#partner_wine_item {
	float: left;
	margin-bottom:20px;
	margin-top:10px;
	margin-left:0;
    margin-right: 6px;
    margin:20px 24px 30px 0;
    min-height: 500px;
    position: relative;
    width: 140px;
}


#partner_wine_item_content {
	background: none repeat scroll 0 0 white;
    border-bottom: 1px solid #8D763C;
    border-top: 1px solid #8D763C;
    font-size: 15px;
    height: 200px;
    margin-right: 6px;
    padding: 10px 0;
    position: absolute;
    top: 300px;
    width: 140px;
}

#partner_wine_item_content p {
	line-height: 14px;
    margin-bottom: 7px;
}

/* SINGLE WINE */
#single_wine_content {
	position:relative;
}

#single_wine_content h2 {
	margin-bottom:30px;
}

#single_wine_content h5 {
	color:black;
	font-family:'alegreya';
	font-size:14px;
	font-weight:bold;
}

#wine_thumb {
	bottom:50px;
	float:right;
	position:absolute;
	width:230px;
}

#wine_info_left {
	float: right;
	margin-bottom:20px;
	min-height:403px;
    width: 300px;
}

#wine_info_right {
	float:right;
	margin-bottom:20px;
	margin-left:45px;
	width:385px;
}

#wine_table {
	background:white;
	border-top: 1px solid #8D763C;
    clear: both;
    padding-top: 10px;
    position: relative;
    top: -5px;
}

#wine_table table {
	position: relative;
    right: 3px;
}

#wine_table table td {
	background:#EAE7CF;
}

#wine_table table td p,
#wine_table table td h5 {
	line-height: 29px;
    margin: 0;
    text-align: center;
    width: 189.7px;
}

#go-back {
	margin-top:30px;
	float:right;
}

/* SINGLE RECIPE */

#single_recipe_post {
	
}

#single_recipe_content {
	float:left;
	width:67%;
}

#single_recipe_content iframe {
	max-width:100%;
}

#single_recipe_ingredients {
	float:right;
	width:30%;
}

#single_recipe_content ul,
#single_recipe_ingredients ul {
	margin-left:17px;
}

#single_recipe_gallery {
	clear:both;
	position:relative;
	top:30px;
}

.slideshowlink {
	display:none;
}

/* 
 * SIDEBARS
 */

#sidebar {
	float:right;
	width:300px;
	padding-left: 20px;
	padding-right: 20px;
}

/* SEARCH */
#search {
	float: right;
    font-size: 0;
    position: relative;
    top: 5px;
}
.search_input {
	padding-left: 10px;
	color: #000;
	height: 20px;
	width: 220px;
	margin: 0 auto;
	background: #FFF;
}
#search input, #search button {
	border: 1px solid #8D763C;
    float: left;
}
#search button.search_btn {
	background: none repeat scroll 0 0 #8D763C;
    color: white;
    cursor: pointer;
    font-family: raleway;
    font-size: 14px;
    height: 20px;
    line-height: 7px;
    padding-bottom:3px;
    width: 19px;
}

/*
 * FOOTER
 */

#footer {
	clear:both;
	width: 100%;
	min-height: 300px;
	color: #FFF;
	background-color: black;
	margin-top:44px;
}

#footer h3 {
	font-size: 14px;
	color: #FFF;
}

#footer_content {
	width: 960px;
	margin: 0 auto;
	padding-top:50px;
}

#menu_footer {
	float: left;
}

#footer_side {
	float:right;
	padding-left: 17px;
	text-align:right;
	position:relative;
	top:-30px;
}

#footer_side img {
	position:relative;
	left:68px;
}

#footer_side p {
	font-size:12px;
	margin:0;
}

#footer_side a {
	color:white;
	font-weight:bold;
}

#footer_side #line {
	background: none repeat scroll 0 0 #65776B;
    height: 1px;
    left: 183px;
    margin:9px 0;
    position: relative;
    width: 137px;
}

/*
 * MENU FOOTER
 */

.menu_footer li {
	position: relative;
	list-style: none;
	padding-bottom:3px;
}
.menu_footer a {
	font-family:'raleway';
 	font-size: 11px;
 	text-transform:uppercase;
}
 
.menu_footer .sub-menu {
	margin-top: 10px;
	margin-bottom: 10px;
	display:none;
}
.menu_footer .sub-menu li {
	margin-right: 0px;
	float:none;
	list-style: none;
	width: auto;
	height: auto;
	border: none;
}
.menu_footer .sub-menu a {
 	color: #FFF;
 	text-decoration:none;
 	font-size:11px;
}
.menu_footer .sub-menu a:hover {
 	color: #000;
 }
.menu_footer .sub-menu .sub-menu {
	margin-top: 0;
}

/*
 * PAGINATION
 */
 
.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size:11px;
	line-height:13px;
	float:right;
}

.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#fff;
	background: #555;
}

.pagination a:hover{
	color:#fff;
	background: #8D763C;
}

.pagination .current{
	padding:6px 9px 5px 9px;
	background: #8D763C;
	color:#fff;
}


/*
 * NEXTGEN GALLERY
 */
#TB_window {
	background:white !important;
	color:black !important;
	border:none !important;
}

#TB_window img#TB_Image {
	border:none !important;
}

#TB_window a:link {
	display: block;
    height: 100%;
    width: 100%;
}

#TB_window a:hover {
	color:white !important;
}

#TB_secondLine {
	bottom: 0;
    height: 100%;
    left:0;
    position: absolute;
    text-indent:14px;
    vertical-align: bottom;
    width: 100%;
}

#TB_prev, #TB_next {
	height: 100%;
    position: absolute;
    top: 0;
    width: 50%;
}

#TB_prev {
    left: 0;
}

#TB_next {
    right: 0;
}

#TB_next a, #TB_prev a {
	outline:none;
	text-indent: -9999px;
	white-space:nowrap;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=30)"; /* for IE8 in IE7 mode */
	filter: alpha(opacity=30); /* for IE6-IE8 */
	opacity: .3;
	-webkit-animation-name: fadeout;
	-webkit-animation-duration: 0.5s;
	-moz-animation-name: fadeout;
	-moz-animation-duration: 0.5s;
	-ms-animation-name: fadeout;
	-ms-animation-duration: 0.5s;
	animation-name: fadeout;
	animation-duration: 0.5s;
}

#TB_next a:hover, #TB_prev a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)"; /* for IE8 in IE7 mode */
	filter: alpha(opacity=100); /* for IE6-IE8 */
	opacity: 1;
	-webkit-animation-name: fadein;
	-webkit-animation-duration: 0.5s;
	-moz-animation-name: fadein;
	-moz-animation-duration: 0.5s;
	-ms-animation-name: fadein;
	-ms-animation-duration: 0.5s;
	animation-name: fadein;
	animation-duration: 0.5s;
}

#TB_next a {
	background:url(images/next-horizontal.png) no-repeat 93% 50%;
}

#TB_prev a {
	background:url(images/prev-horizontal.png) no-repeat 7% 50%;
}

#TB_closeWindowButton {
	position:relative;
}

#shName {
	margin:0 40px;
}

/*
 * ANIMATION KEYFRAMES
 */

@-webkit-keyframes fadein {
	from {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)"; /* for IE8 in IE7 mode */
		filter: alpha(opacity=60); /* for IE6-IE8 */
		opacity: .6;
	}
	to {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)"; /* for IE8 in IE7 mode */
		filter: alpha(opacity=100); /* for IE6-IE8 */
		opacity: 1;
	}
}

@-moz-keyframes fadein {
	from {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)"; /* for IE8 in IE7 mode */
		filter: alpha(opacity=60); /* for IE6-IE8 */
		opacity: .6;
	}
	to {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)"; /* for IE8 in IE7 mode */
		filter: alpha(opacity=100); /* for IE6-IE8 */
		opacity: 1;
	}
}

@-ms-keyframes fadein {
	from {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)"; /* for IE8 in IE7 mode */
		filter: alpha(opacity=60); /* for IE6-IE8 */
		opacity: .6;
	}
	to {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)"; /* for IE8 in IE7 mode */
		filter: alpha(opacity=100); /* for IE6-IE8 */
		opacity: 1;
	}
}

@keyframes fadein {
	from {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)"; /* for IE8 in IE7 mode */
		filter: alpha(opacity=60); /* for IE6-IE8 */
		opacity: .6;
	}
	to {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)"; /* for IE8 in IE7 mode */
		filter: alpha(opacity=100); /* for IE6-IE8 */
		opacity: 1;
	}
}

@-webkit-keyframes fadeout {
	from {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)"; /* for IE8 in IE7 mode */
		filter: alpha(opacity=100); /* for IE6-IE8 */
		opacity: 1;
	}
	to {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)"; /* for IE8 in IE7 mode */
		filter: alpha(opacity=60); /* for IE6-IE8 */
		opacity: .6;
	}
}

@-moz-keyframes fadeout {
	from {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)"; /* for IE8 in IE7 mode */
		filter: alpha(opacity=100); /* for IE6-IE8 */
		opacity: 1;
	}
	to {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)"; /* for IE8 in IE7 mode */
		filter: alpha(opacity=60); /* for IE6-IE8 */
		opacity: .6;
	}
}

@-ms-keyframes fadeout {
	from {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)"; /* for IE8 in IE7 mode */
		filter: alpha(opacity=100); /* for IE6-IE8 */
		opacity: 1;
	}
	to {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)"; /* for IE8 in IE7 mode */
		filter: alpha(opacity=60); /* for IE6-IE8 */
		opacity: .6;
	}
}

@keyframes fadeout {
	from {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)"; /* for IE8 in IE7 mode */
		filter: alpha(opacity=100); /* for IE6-IE8 */
		opacity: 1;
	}
	to {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)"; /* for IE8 in IE7 mode */
		filter: alpha(opacity=60); /* for IE6-IE8 */
		opacity: .6;
	}
}
