/* =Custom styles
---------------------------------------------------------------------
*/
/* Tiny Gallery Monklet */
.tinyGallery {
	float:right;
	width:250px;
	height:170px;
	margin:0 0 15px 20px;
	border:1px solid #5d5d5d;
	padding:4px;
}

.tinyGallery .tG-slides {
	width:250px;
	height:170px;
	overflow:hidden;
}

.tinyGallery .tG-slide {
	overflow:hidden;
	padding: 0;
	margin: 0;
}

.tinyGallery .tG-slide img {
	display: block;
	padding: 0 !important;
	margin: 0;
}


/* SIDEBAR */
aside section .tinyGallery {
	float:right;
	width:210px;
	height:142px;
	margin:0 0 15px 20px;
	border:1px solid #5d5d5d;
	padding:4px;
}

aside section .tinyGallery .tG-slides {
	width:210px;
	height:142px;
	overflow:hidden;
}

/* Page Gallery Monklet */
.pageGallery {
	position:relative;
	width:550px;
	height:400px;
	margin:25px auto;
}

.pageGallery .pG-slides {
	position: relative;
	width:550px;
	height:400px;
	overflow:hidden;
}

.pageGallery .pG-pager {
	width:auto;
	margin:0 auto;
	position:relative;
	top:-18px;
	left:8px;
}

.pageGallery .rotatorbtns {
	position:absolute;
	display:block;
	width:44px;
	height:58px;
	cursor:pointer;
	color: #ffffff;
	text-align: right;
	font-family: 'icons' !important;
    speak: none;
  	font-style: normal;
  	font-weight: normal;
  	font-variant: normal;
  	text-transform: none;
  	line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	z-index: 150;
}

.pageGallery .rotatorbtns:hover {
	opacity: .5;
}

.pageGallery #pG-next {
	top:180px;
	right:-50px;
}

.pageGallery #pG-next:before {
	content: "\e909";
	font-size: 36px;
}

.pageGallery #pG-prev {
	top:180px;
	left:-50px;
}
.pageGallery #pG-prev:before {
	content: "\e908";
	font-size: 36px;
}


/* TinyMCE */
#content .mini-heading {
	color:#5d5d5d;
	font-size:10px;
	text-transform:uppercase;
}