#ccg_left{
	width:240px;
	min-height:500px;
	border:1px solid #DFDFDF;
	float:left;
	margin-top:15px;
	padding:20px 6px 20px 6px;
	-moz-border-radius: 7px; /* Firefox */
    -webkit-border-radius: 7px; /* Safari, Chrome */
    -khtml-border-radius: 7px; /* KHTML */
  	border-radius: 7px;
}	

#ccg_main{
	border: 1px solid #DFDFDF;
    min-height: 500px;
    left: 280px;
    position: absolute;
    right: 15px;
    padding: 20px;
    margin-top:15px;
    -moz-border-radius: 7px; /* Firefox */
    -webkit-border-radius: 7px; /* Safari, Chrome */
    -khtml-border-radius: 7px; /* KHTML */
  	border-radius: 7px;
}

#ccg_left .gllery_block{
	margin-bottom: 15px;
}

#ccg_left .gllery_block .gallery_name{
	font-size:18px;
	margin-bottom: 3px;
}

.gllery_block.active{
	background-color:#DFE4EA;	
}

#ccg_insert_image_block{
	width:100%;
	min-height:500px;	
	display:none;
}

.ccg_left_img_block{
	float:left;
	width:303px;
	height:230px;
	cursor:pointer;
}

.ccg_right_img_block{
	float:left;
	height: 400px;
    width: 700px;
    margin-left: 20px;
}

.select_gallery{
	text-decoration:none;	
	display:inline-block;
}

.ccg_insert_buttons{
	clear:both;	
}

#ccg_image{
	border: 1px solid black;
    height: 225px;
    width: 300px;
}

#ccg_image img{
	width:300px;
	height:225px;
}

#ccg_gllery_images_list li img{
	width:125px;
	height:125px;	
}

#ccg_gllery_images_list li{
	float:left;	
	margin-right: 15px;
}

#ccg_image_insert_text{
	margin-top: 100px;
    padding-left: 65px;
}	

#ccg_image_descr{
	height:250px;
}

#menu_buttons{
	display:none;	
	margin-bottom: 15px;
}

.load_img_link, #load_emebed{
	margin-right:20px;	
}

#back_to_gallery{
	display:none;	
}

.select_gallery:hover{
	background:url(images/Pencil-icon.png) no-repeat right 50%;
	padding-right: 23px;
}

#insert_embed_code {
	border: 1px solid #000000;
    height: 150px;
    width: 300px;	
    display: none;
}