.rg-image-wrapper{
	/*position:relative;
	padding:20px 30px;
	background:transparent url(../images/black.png) repeat top left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	min-height:20px;*/
	height:100%;
	width:100%;
}

/*	Icon for Thumbnail Collapse *//*					
.rg-view{
	height:30px;
}
.rg-view a{
	display:block;
	float:right;
	width:160px;
	height:160px;
	margin-right:3px;
	background:#464646;
	border:3px solid #464646;
	opacity:0.8;
}
.rg-view a:hover{
	opacity:1.0;
}
.rg-view a.rg-view-full{
	background-position:0px 0px;
}
.rg-view a.rg-view-selected{
	background-color:#6f6f6f;
	border-color:#6f6f6f;
}
.rg-view a.rg-view-thumbs{
	background-position:0px -16px;
}
*/

/* Scrollbar for Resources */				
.box::-webkit-scrollbar {
  width: 12px;
}

.box::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px #cccccc; 
  border-radius: 10px;
  background: #f2f2f2;
}
 
.box::-webkit-scrollbar-thumb {
  background: #b3b3b3;
  border-radius: 10px;
}

.box::-webkit-scrollbar-thumb:hover {
   background: #999999; 
}

/* Scrollbar for Selected Work (Portfolio)*/	
.rightC::-webkit-scrollbar {
  width: 12px;
}

.rightC::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px #cccccc; 
  border-radius: 10px;
  background: #f2f2f2;
}
 
.rightC::-webkit-scrollbar-thumb {
 background: #b3b3b3;
  border-radius: 10px;
}

.rightC::-webkit-scrollbar-thumb:hover {
   background: #999999; 
}

/* Elastislide Style */
.es-carousel ul{
	max-width:100%;

				}
				
.es-carousel ul li{
	margin-top: 10px;
	display: inline-block;	
				}	

.es-carousel ul li a{
	display:block;
	border-style:solid;
	border-color:#222;
	/*opacity:0.8;*/
	-webkit-touch-callout:none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.es-carousel ul li.selected a{
	border-color:#fff;
	opacity:1.0;
}
.es-carousel ul li a img{
	display:block;
	border:none;
	max-height:100%;
	max-width:100%;
}

.es-carousel ul{
	display:block;
				}
						