/*   
Theme Name: Precious
Theme URI: http://wptuning.com/demo/precious/
Description: Precious is an elegant WordPress theme
Author: Adrian Diaconescu
Author URI: http://rubiqube.com
Version: 1.0
*/

/* Precious CSS */

/* ------------------------------------------------------------------------ */
/* Import CSS - WARNING: only edit these files for advanced changes
/* ------------------------------------------------------------------------ */

@import "css/reset.css"; /* generic reset file for cross-browser consistency */
@import "css/fontface.css";
@import "css/fancybox.css";
@import "css/superfish.css";
@import "css/galleria.css";
@import "css/jcarousel.css";

/* ------------------------------------------------------------------------ */
/* Tag Styling
/* ------------------------------------------------------------------------ */

body {
	background: #FFFFFF url("images/bg_body.gif") top left;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 1.3;
	color: #858585;
}

div#menu div.wrapper div#nav ul#menu-main-menu.sf-menu {
	margin-left: 200px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

hr {
	border: none;
	border-top: 1px solid #EAEAEA;
	height: 2px;
	margin: 15px 0;
}

a {
	color: #8e0033;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

blockquote {
	font-family: "DroidSerifItalic", Georgia, serif;
	margin-bottom: 10px;	
	padding-left: 40px;
	background: url("images/bg_quote.png") no-repeat top left;
}

p {
	line-height: 1.4;
	margin-bottom: 10px;
}

code {
	font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}

/* ------------------------------------------------------------------------ */
/* Menu
/* ------------------------------------------------------------------------ */

#menu {
	height: 50px;
	//background: url("images/bg_menu.png") repeat-x top left;
	background-color: #f3f3f3;
        //border-bottom: 1px solid #FFFFFF;
}

/* Navigation Dropdown */

#nav ul {	
	float: left;
	position: relative;
	line-height: 1.0;
}

#nav ul li {
	float: left;
	text-transform: uppercase;
	font-family: "ArimoRegular", Arial, sans-serif;
}

#nav ul li a {
	padding: 19px 10px 18px 10px;
	color: #808080;
}

#nav ul li a:hover {
	color: #8e0033;
	text-decoration: none;
}

#nav ul ul {
	position: absolute;
	left: 0;
	top: 50px;
	width: 960px;
	height: 35px;
	display: none;
}

#nav ul ul li {
	font-family: Arial, sans-serif;
	font-weight: normal;
	text-transform: none;
	font-size: 90%;
}

#nav ul ul li a {
	padding: 10px;
	color: #999999;
}

#nav ul ul li a:hover {
	color: #333333;
}

#nav > ul > li.current_page_item > a,
#nav > ul > li.current_page_parent > a,
#nav > ul > li.current-cat > a,
#nav > ul > li.current-cat-parent > a {
	font-family: "ArimoBold";
}

#nav ul ul li.current_page_item a,
#nav ul ul li.current-cat a {
	font-weight: bold;
	color: #666666;
}

/* Social Icons */

#social {
	float: left;
        padding-left: 30px;
	overflow: hidden;
}

#social li {
	float: left;
	padding: 9px 2px;
}

#social li a {	
    zoom: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
}

#social li a:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

/* ------------------------------------------------------------------------ */
/* Logo
/* ------------------------------------------------------------------------ */

#logo {
	text-align: center;
	padding: 30px 0 10px 0;
}

.nopadding {
	padding-bottom: 0 !important;
}

.logoleft #logo {
	text-align: left;
}

#logo h1,
#logo h2 {
	text-transform: uppercase;
	font-size: 270%;
	font-family: "JosefinSansRegular", Arial, sans-serif;
	font-weight: normal;
	letter-spacing: 5px;
	color: #333333;
}

#logo a {
	color: #333333;
}

#logo a:hover {
	color: #000000;
	text-decoration: none;
}

#logo p {
	color: #999999;
	font-family: "DroidSerifItalic", Georgia, serif;	
}

/* ------------------------------------------------------------------------ */
/* General Styling
/* ------------------------------------------------------------------------ */

.wrapper {
	width: 960px;
	margin: 0 auto;
	clear: both;
}

.section {
	margin-top: 50px;
}

h3.heading {
	font-family: "JosefinSansRegular", Arial, sans-serif;
	font-size: 160%;
	text-transform: none;
	font-weight: normal;
	text-align: center;
	color: #333333;
	margin-bottom: 25px;
	background: url("images/bg_heading.png") no-repeat center 12px;
}

h3.heading span {
	padding: 0 15px;
	background: #FFFFFF url("images/bg_body.gif") top left;
}

hr.heading {
	border: none;	
	height: 5px;
	margin: 0 0 25px 0;
	background: url("images/bg_heading.png") no-repeat top left;	
}

.columns-3 {
	overflow: hidden;
	background: url("images/bg_col_3.png") repeat-y top left;
}

.columns-21 {
	overflow: hidden;
	background: url("images/bg_col_21.png") repeat-y top left;
}

.columns-12 {
	overflow: hidden;
	background: url("images/bg_col_12.png") repeat-y top left;
}

.col-1 {
	width: 300px;
	float: left;
	margin-right: 30px;
}

.col-2 {
	width: 630px;
	float: left;
	margin-right: 30px;
}

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

.goleft {
	float: left;
}

.goright {
	float: right;
}

/* ------------------------------------------------------------------------ */
/* Page Header
/* ------------------------------------------------------------------------ */

#heading {
	padding: 25px 0;	
	background: url("images/bg_heading.png") no-repeat bottom left;
	overflow: hidden;
	margin-bottom: 40px;
}

.menutop #heading {
	border-top: 1px solid #EAEAEA;
}

#heading h1,
#heading h2 {
	font-family: "JosefinSansRegular", Arial, sans-serif;
	font-size: 230%;
	font-weight: normal;
	color: #333333;	
	float: left;
}

#pagenav {
	float: right;
	font-family: "DroidSerifItalic", Georgia, serif;	
	font-size: 85%;
	overflow: hidden;
	margin: 12px 0 0 0;
}

#pagenav a {
	color: #999999;
}

#pagenav a:hover {
	color: #333333;
	text-decoration: none;
}

#prevpage {
	float: left;
	padding-left: 12px;
	background: url("images/arrow_prev.gif") no-repeat left 3px;
}

#nextpage {
	float: left;
	padding-right: 12px;
	background: url("images/arrow_next.gif") no-repeat right 3px;
	margin-left: 20px;
}

#searchbox {
	float: right;
	width: 300px;
}

#searchbox #s {
	border: none;
	width: 260px;
	padding: 7px 30px 7px 10px;
	background: url("images/bg_search.png") no-repeat top right;	
	color: #B0B0B0;
}

/* ------------------------------------------------------------------------ */
/* Posts
/* ------------------------------------------------------------------------ */

.subtitle {
	text-transform: uppercase;
	font-size: 85%;
	letter-spacing: 2px;	
	color: #CCCCCC;	
	margin-bottom: 20px;
}

.post {	
	padding-bottom: 30px;
	margin-bottom: 60px;
	background: url("images/bg_separator.png") no-repeat bottom center;
}

.post h1.title,
.post h2.title {
	font-family: "JosefinSansRegular", Arial, sans-serif;
	font-size: 185%;
	line-height: 1.2;
	color: #333333;
	margin-bottom: 10px;
}

.post .meta {
	font-family: "DroidSerifItalic", Georgia, serif;	
	color: #999999;
	font-size: 85%;	
	padding-bottom: 15px;
	margin-bottom: 15px;
	background: url("images/dotted.png") repeat-x bottom left;
}

.post .meta a {
	color: #999999;
}

.post .meta a:hover {
	text-decoration: none;
	color: #666666;
}

.entry {
	position: relative;
	min-height: 1px;
	overflow: hidden;
}

.margintop {
	margin-top: 35px;
}

.entry h2 {
	font-family: "ArimoRegular", Arial, sans-serif;
	text-transform: uppercase;
	color: #333333;
	font-size: 115%;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 20px 0 0 0;
}

.entry h3 {
	font-family: "ArimoRegular", Arial, sans-serif;
	text-transform: uppercase;
	color: #333333;
	font-size: 90%;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 20px 0 0 0;
}

.entry p {
	margin-bottom: 15px;
	line-height: 1.5;
}

.entry ul {
	margin-left: 30px;
	list-style: disc url("images/bullet1.png") outside;
}

.entry ol {
	margin-left: 30px;
	list-style: decimal;
}

.entry ul li,
.entry ol li {
	margin-bottom: 10px;
	line-height: 1.5;	
}

.col-2 .entry img {
	max-width: 630px;
	height: auto;
}

.entry img.alignleft {
	float: left;
	margin: 5px 20px 15px 0;
}

.entry img.alignright {
	float: right;
	margin: 5px 0 15px 20px;
}

.wp-caption-text {
	padding: 3px 0 0 0;
	text-align: center;
	font-size: 85%;
	color: #BBBBBB;
}

.entry blockquote {
	margin: 20px 0 10px 0;
}

.entry blockquote p {
	line-height: 1.6;
}

.list {
	margin-bottom: 30px;
}

.list .meta {
	padding-bottom: 0;
	background: none;
}

/* Wide Blog */

.col-3 .subtitle,
.col-3 .title, 
.col-3 .meta {
	text-align: center;
}

/* Contact Form */

#verify {
	width: 20px !important;
}

/* Navigation */

.navigation {
	padding: 10px 0;
	overflow: hidden;
}

.prev-posts {
	float: left;
}

.next-posts {
	float: right;
	padding-right: 1px;
}

/* ------------------------------------------------------------------------ */
/* Comments */
/* ------------------------------------------------------------------------ */

#comments {
	margin-top: 30px;
}

#comments ol li {
	background: url("images/dotted.png") repeat-x bottom left;
	padding: 10px 0 12px 0;
	overflow: hidden;
}

#comments ol li:first-child {
	padding-top: 5px;
}

.comment-avatar {
	float: left;
	padding: 2px 2px 1px 2px;
	border: 1px solid #E9E9E9;
	background: #FFFFFF;
	line-height: 1;
}

.comment-data {	
	width: 550px;
	float: right;
}

.col-3 .comment-data {
	width: 880px;
}

.comment-author {	
	float: left;
	margin-right: 10px;
	font-weight: bold;
}

.comment-meta {
	float: left;
	color: #999999;
	font-size: 85%;
	padding-top: 2px;
}

.comment-text {
	clear: both;	
}

.comment-text p {
	padding-top: 8px;
	line-height: 1.3;
	margin-bottom: 0;
}

.unapproved {
	font-style: italic;
	display: block;	
}

#postcomment {
	margin-top: 20px;
}

#respond {
	width: 540px;
}

.boxbar {
	background: #000000;
	overflow: hidden;
	padding: 8px 8px 5px 8px;
}

.boxbar h4 {
	float: left;
	text-transform: uppercase;
	font-size: 85%;
	letter-spacing: 2px;	
	color: #FFFFFF;	
}

.boxbar span {
	float: right;
}

.boxbar a {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.boxbar a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

/* Form */

.aform {
	margin: 15px;
}

.aform .formitem {
	overflow: hidden;	
	padding: 5px 0;
}

.aform label {
	width: 70px;
	float: left;
	font-size: 90%;
	padding: 10px 10px 0 0;
	text-align: right;
}

.aform input[type=text] {
	float: left;
	width: 270px;
	padding: 6px;
	color: #999999;
	font-family: Arial, sans-serif;
	border: 1px solid #DBDBDB;
	background: #FFFFFF url("images/bg_formitem.png") repeat-x top left;	
}

.aform textarea {
	float: left;
	width: 410px;
	height: 125px;
	padding: 7px;
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #999999;
	border: 1px solid #DBDBDB;
	background: #FFFFFF url("images/bg_formitem.png") repeat-x top left;
}

.aform .submit {	
	margin-left: 80px;
	cursor: pointer;
}


span.required {
	color: #CC0000;
}

.form_error {
	display: block;
	background: url('images/error.png') no-repeat left center;
	padding: 4px 10px 4px 22px;	
	margin-bottom: 10px;
	font-size: 90%;
}

.loader {
	float: right;
	padding: 10px;
}

.form_success {
	display: block;
	background: url('images/success.png') no-repeat left center;
	padding: 4px 10px 4px 22px;	
	margin-bottom: 10px;
	font-size: 90%;
}

/* Portfolio */

#filter {
	height: 28px;
	background: url("images/bg_filter.png") repeat-x top left;
	overflow: hidden;
	text-transform: uppercase;
	font-size: 85%;
	padding: 2px 0;
	margin-bottom: 20px;
}

#filter span {
	float: left;	
	color: #CCCCCC;	
	padding: 5px 10px 5px 0;
}

#filter ul {
	float: left;
	overflow: hidden;
	list-style: none !important;
	margin: 0;
}

#filter ul li {
	float: left;
	padding: 5px 10px;
}

#filter ul li.active a {	
	color: #333333;
}

#filter ul li a {
	color: #999999;
}

#filter ul li a:hover {
	color: #333333;
	text-decoration: none;
}

#puzzle {
	width: 650px;
	overflow: hidden;	
}

.col-3 #puzzle {
	width: 1000px;
}

.piece {
	float: left;
	text-align: center;
	list-style: none;
	margin: 0 10px 10px 0;
}

.col-3 .piece {
	margin: 0 20px 20px 0;
}

.piece p {
	line-height: 1;
	margin: 0;
}

.piece span {
	display: block;
	font-size: 85%;
	color: #BBBBBB;
	background: #F2F2F2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
	margin-top: 2px;
}

/* Default Page Template */

.col-2 .piece-2 { width: 310px; }
.col-2 .piece-3 { width: 204px; margin: 0 9px 9px 0; }
.col-2 .piece-4 { width: 150px; }
.col-2 .piece-5 { width: 118px; }
.col-2 .piece-6 { width: 95px; margin: 0 12px 12px 0; }
.col-2 .piece-7 { width: 84px; margin: 0 7px 7px 0; }
.col-2 .piece-8 { width: 70px; }
.col-2 .piece-9 { width: 62px; margin: 0 9px 9px 0; }

/* Wide Page Template */

.col-3 .piece-2 { width: 470px; }
.col-3 .piece-3 { width: 306px; margin: 0 21px 21px 0; }
.col-3 .piece-4 { width: 225px; }
.col-3 .piece-5 { width: 176px; }
.col-3 .piece-6 { width: 145px; margin: 0 18px 18px 0; }
.col-3 .piece-7 { width: 120px; }
.col-3 .piece-8 { width: 106px; margin: 0 16px 16px 0; }
.col-3 .piece-9 { width: 88px; margin: 0 21px 21px 0; }

/* Isotope CSS */

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

/* ------------------------------------------------------------------------ */
/* Widgets
/* ------------------------------------------------------------------------ */

.widget {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #EAEAEA;
}

#homewidgets .widget {
	border-bottom: none;
	background: url("images/bg_separator.png") no-repeat bottom center;
}

.widget .title,
.snippet .title {
	font-family: "ArimoRegular", Arial, sans-serif;
	text-transform: uppercase;
	color: #333333;
	font-size: 115%;
	font-weight: normal;
	margin-bottom: 10px;
}

.widget ul li {
	padding-left: 16px;
	background: url("images/bullet.png") no-repeat 6px 6px;
	margin-bottom: 5px;
	line-height: 1.4;
}

.widget ul.children {
	margin-top: 5px;
}

.widget ul li.current_page_item {
	font-weight: bold;
}

#subscribe li {
	background: none;
	padding-left: 0;
}

.snippet {
	text-align: center;
	padding-left: 0 !important;
	background: none !important;
}

.snippet h3 {
	margin-top: 10px;
}

.snippet h3 a {
	color: #333333;	
}

.snippet h3 a:hover {
	text-decoration: none;
	color: #CC9933;
}	

/* ------------------------------------------------------------------------ */
/* Cycle
/* ------------------------------------------------------------------------ */

#cycle {
	width: 960px;
	height: 510px;
	z-index: 1;
}

#cycle-dir {
	position: absolute;	
	z-index: 10;
	overflow: hidden;
}

#cycle-dir span {
	display: none;
}

#cycle-prev {
	width: 50px;
	height: 510px;
	float: left;
}

#cycle-next {
	width: 50px;
	height: 510px;	
	float: right;
	margin-left: 860px;
}

#cycle-prev:hover a,
#cycle-next:hover a {
	display: block;
}

#cycle-prev a {
	display: none;
	width: 25px;
	height: 34px;
	float: left;
	margin-top: 238px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;    
	background: #FFFFFF url("images/imagebox_left.gif") no-repeat center center;
}

#cycle-next a {
	display: none;
	width: 25px;
	height: 34px;
	float: right;
	margin-top: 238px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	background: #FFFFFF url("images/imagebox_right.gif") no-repeat center center;
}

#cycle-nav {
	overflow: hidden;
	margin: 15px 0 30px 0;
}

#cycle-nav a {
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	background: url("images/disc.png") no-repeat 0 0;
}

#cycle-nav a.activeSlide {
	background-position: 0 -32px;
}

#cycle-nav a:hover {	
	background-position: 0 -16px;
}

#cycle-nav a.activeSlide:hover {	
	background-position: 0 -32px;
	cursor: default;
}

#cycle-nav a span {
	display: none;
}

/* ------------------------------------------------------------------------ */
/* Carousel
/* ------------------------------------------------------------------------ */

#carousel {
	width: 1040px;
	margin: 50px auto 0 auto;
}

#carousel ul li {
	text-align: center;
}

/* ------------------------------------------------------------------------ */
/* Footer
/* ------------------------------------------------------------------------ */

#footer {
	background: #f3f3f3;
	padding: 35px 0;
	margin-top: 50px;
	color: #444444;
}

#footer .col-1 {
	width: 225px;
	float: left;
	margin-right: 20px;
}

#footer .col-2 {
	width: 470px;
	float: left;
	margin-right: 20px;
}

#footer .last {
	margin-right: 0;
}

#footer .widget {
	padding: 25px 0 0 0;
	margin: 0 0 25px 0;
	border: none;
	border-top: 1px solid #1A1A1A;	
}

#footer .title {
	color: #FFFFFF;
}

#footer .widget ul li {
	line-height: 1.4;
	margin-bottom: 5px;
}

#footer a {
	color: #999999;
}

#footer a:hover {
	text-decoration: none;
	color: #8e0033;
}

#footer img {
	max-width: 225px;
	height: auto;
}

#copy {
	clear: both;
	padding-top: 15px;
	//border-top: 1px solid #1A1A1A;
	overflow: hidden;
}

.noborder {
	padding-top: 0 !important;
	border: none !important;	
}

/* ------------------------------------------------------------------------ */
/* Shortcodes
/* ------------------------------------------------------------------------ */

.entry span.half {
	float: left;	
	padding: 0 20px 15px 0;
	line-height: 1.5;
}

.entry span.third {
	float: left;	
	padding: 0 20px 25px 0;
	line-height: 1.5;
}

.entry span.half.last,
.entry span.third.last {
	padding: 0 0 25px 0;
	line-height: 1.5;
}

.col-3 span.half { width: 470px; }
.col-3 span.third { width: 306px; }

.col-2 span.half { width: 305px; }
.col-2 span.third { width: 196px; }

/* ------------------------------------------------------------------------ */
/* FancyBox Overwrites
/* ------------------------------------------------------------------------ */

#fancybox-overlay {
	background: url("images/imagebox_overlay.gif") top left !important;	
}

#fancybox-close {
	background: url("images/imagebox_close.gif") no-repeat !important;
	width: 25px !important;
	height: 25px !important;
	top: 4px !important;
	right: 4px !important;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}

#fancybox-right-ico {
	background: #FFFFFF url("images/imagebox_right.gif") no-repeat center center !important;
	width: 25px !important;
	height: 34px !important;
	margin-top: -17px !important;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

#fancybox-right:hover span {
	right: 4px !important;
}

#fancybox-left-ico {
	background: #FFFFFF url("images/imagebox_left.gif") no-repeat center center !important;
	width: 25px !important;
	height: 34px !important;
	margin-top: -17px !important;	
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

#fancybox-left:hover span {
	left: 4px !important;
}

/* ------------------------------------------------------------------------ */
/* Misc
/* ------------------------------------------------------------------------ */

.sep img {
	vertical-align: middle;
	margin: 0 5px 3px 5px;
}

.entry img,
#puzzle img,
.snippet img,
#cycle img,
#galleria img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}

.icon {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

.button {	
	text-align: center;
	color: #999999;
	background: #EFEFEF;
	border: 1px solid #DDDDDD;
	text-shadow: 1px 1px 1px #FFFFFF;
	filter: dropshadow(color=#FFFFFF, offx=1, offy=1);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EFEFEF));
	background: -moz-linear-gradient(top, #FFFFFF, #EFEFEF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EFEFEF');
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 1px rgba(150, 150, 150, 0.1);
    -webkit-box-shadow: 2px 2px 1px rgba(150, 150, 150, 0.1);
    box-shadow: 2px 2px 1px rgba(150, 150, 150, 0.1);
    padding: 5px 10px;
}

.button:hover {
	color: #666666;
	border: 1px solid #CCCCCC;
	text-decoration: none;
}

.button:active {
	color: #666666;
	border: 1px solid #CCCCCC;
	text-decoration: none;	
	background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#FFFFFF));
	background: -moz-linear-gradient(top, #EFEFEF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFEFEF', endColorstr='#FFFFFF');
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    top: 1px;
    left: 1px;
}

.jcarousel-item img {
    max-width: 100%;
    max-height: 100%;
}