.hp_container {
	font-family:inherit; 
	font-size: 12px; 
	line-height: 18px; 
	color: #333;
    margin:0px auto;
    width:275px;
	min-height:138px;
	padding:0px;
	overflow:hidden;
	position:relative;
	-webkit-backface-visibility: hidden;
}
.hp_container a { text-decoration:none; color:#2d75cd; }

.hp_container img {
	max-width:100%;
}


.hp_header {
	font-family:inherit;
	height:40px; 
	font-size:18px; 
	line-height:36px; 
	padding:0;
    color: #444;
    text-align: left;
	vertical-align: middle;
	border-bottom:#eee solid 1px;
	margin-bottom:15px;
}

/* ----------------------------------------------------
	hp item
---------------------------------------------------- */


.hp_item { margin:0px; position:relative !important; line-height:16px; display:inline; float:left; margin-right:0px; padding-bottom:20px; width:180px; }

.hp_item .hp_thumb { margin:0; }
.hp_item .hp_thumb img { border-radius: 0px; box-shadow:none; border:none !important; }

.remove_margin { margin:0; }

.hp_item .hp_title { font-size:14px; margin-top:10px; margin-bottom:10px; }
.hp_item .hp_title a { color:#4a4a4a; font-size:14px; word-wrap:break-word; }
.hp_item .hp_title a:hover { color:#999; }


.hp_item .hp_excerpt {
	font-size:12px;
	margin-top:10px;
	color:#9e9e9e;
	padding:10px 0 0px;
	border-top:#eee solid 1px;
	word-wrap:break-word;
}

.hp_item .hp_bar {
	line-height:30px; padding:0 5px;
	background:#000000; opacity:.8;
	position:absolute; top:0; display:none;
}

.hp_item .hp_bar p { margin:0 !important; }


.hp_bar .hp_icons { float:left; height:27px; }

.hp_bar .hp_icons .mmphoto { 
	background:transparent url(../img/icon_photo_light.png) no-repeat; width:17px; height:16px; padding-right:7px; 
	margin-top:5px; border-right:#999 dotted 1px; border-bottom:none; outline:none; 
}
.hp_bar .hp_icons a.mmphoto:hover { opacity:.7 }
.hp_bar .hp_icons .mmaudio { 
	background:transparent url(../img/icon_audio_light.png) no-repeat; width:15px; height:15px; padding-right:7px; 
	margin-top:6px; margin-left:7px; border-right:#999 dotted 1px; border-bottom:none; outline:none;
}
.hp_bar .hp_icons a.mmaudio:hover { opacity:.7 }
.hp_bar .hp_icons .mmvideo { 
	background:transparent url(../img/icon_video_light.png) no-repeat; width:17px; height:15px; padding-right:7px; 
	margin-top:5px; margin-left:7px; border-right:#999 dotted 1px; border-bottom:none; outline:none; 
}
.hp_bar .hp_icons a.mmvideo:hover { opacity:.7 }
.hp_bar .hp_icons .mmmore { 
	background:transparent url(../img/icon_more_light.png) no-repeat; width:17px; height:16px; 
	margin:5px; margin-top:5px; border-bottom:none; outline:none;
}
.hp_bar .hp_icons a.mmmore:hover { opacity:.7 }


.hp_divider { margin:0; height:1px; border-bottom:#eee solid 1px; }


/* ----------------------------------------------------
	prev/next / paginate
---------------------------------------------------- */

.hp_previous { 
	top:8px; right:21px; height:19px; width:19px; position:absolute; background:#000 url(../img/nav_next_prev.png) left top no-repeat; 
	cursor:pointer; z-index:2; border-bottom:none !important; display:block; border-radius: 2px; outline:none;
}
.hp_next { 
	top:8px; right:0px; height:19px; width:19px; position:absolute; background:#000 url(../img/nav_next_prev.png) right top no-repeat; 
	cursor:pointer; z-index:2; border-bottom:none !important; display:block; border-radius: 2px; outline:none;
}


.hp_paginate_container {
	background:#f4f4f4; height:35px; margin-top:15px;
}

.hp_paginate {
	position:relative;
	display:inline-block;
	zoom:1; *display:inline;
	margin:7px 5px 5px;
	min-width:50px;
    text-align:center;
	overflow:hidden;
}

.hp_paginate .hp_page { float:left; }
.hp_paginate .hp_control { float:left; border-left:#ddd solid 1px; margin-left:6px; padding-left:8px; }
.hp_paginate .hp_control img { border:none !important; padding:0; }

.hp_paginate .hp_play { height:20px; padding:0 !important; line-height:0 !important; float:left; margin-left:1px; margin-right:0 !important; }
.hp_paginate .hp_pause { height:20px; padding:0 !important; line-height:0 !important; float:left; margin-left:1px; margin-right:0 !important; }

.hp_paginate .hp_btn {
    display:inline-block;
	zoom:1; *display:inline;
    padding:0 6px;
	margin-right:7px;
	margin-bottom:0px;
    font-size: 11px;
	font-family:inherit;
    line-height: 20px;
    color: #999;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: whiteSmoke;
    background-image: -ms-linear-gradient(top, white, #E6E6E6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#E6E6E6));
    background-image: -webkit-linear-gradient(top, white, #E6E6E6);
    background-image: -o-linear-gradient(top, white, #E6E6E6);
    background-image: linear-gradient(top, white, #E6E6E6);
    background-image: -moz-linear-gradient(top, white, #E6E6E6);
    background-repeat: repeat-x;
    border: 1px solid #CCC;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-color: #E6E6E6 #E6E6E6 #BFBFBF;
    border-bottom-color: #B3B3B3;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	outline:none;
}

.hp_paginate .hp_btn.active {
	color: #444;
	background-color: #d4d4d4;
	background-image: none;
    background-image: -ms-linear-gradient(top, #dddddd, #c5c5c5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dddddd), to(#c5c5c5));
    background-image: -webkit-linear-gradient(top, #dddddd, #c5c5c5);
    background-image: -o-linear-gradient(top, #dddddd, #c5c5c5);
    background-image: linear-gradient(top, #dddddd, #c5c5c5);
    background-image: -moz-linear-gradient(top, #dddddd, #c5c5c5);
	
	border: 1px solid #999;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-color: #D6D6D6 #D6D6D6 #BEBEBE;
    border-bottom-color: #888;
}

.hp_paginate .bullets_page {
	background:url(../img/bullets_square_gray.png) no-repeat; width:14px; height:14px; margin:4px 3px 0 3px; float:left; border:none; outline:none;
}
.hp_paginate .bullets_page_active {
	background:url(../img/bullets_square_gray.png) no-repeat -14px 0; width:14px; height:14px; margin:4px 3px 0 3px; float:left; border:none; outline:none;
}

.hp_paginate .thumbnails_page { margin:0 3px 0 0; float:left; border:#fff solid 1px; outline:none; width:60px; height:40px; padding:0px; background:#fff; }
.hp_paginate .thumbnails_page img { border:none !important; }
.hp_paginate .thumbnails_page_active { margin:0 3px 0 0; float:left; border:#555 solid 1px; outline:none; width:60px; height:40px; padding:0px; background:#fff; opacity:.3 }
.hp_paginate .thumbnails_page_active img { border:none !important; }



/* ----------------------------------------------------
	shadow
---------------------------------------------------- */

.hp_shadow {
	overflow:hidden;
}

.hp_shadow img {
	box-shadow:none !important;
	border-radius:0 !important;	
}





/* ----------------------------------------------------
	hp slider
---------------------------------------------------- */

.hp_slider { overflow:hidden; position:relative; margin:0; }

.hp_items { 
	float:left; display:none; padding:0px; margin:0px; width:15000px;
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
}

.hp_items img { padding:0px; margin:0px; float:left; -webkit-transform: translate2d(0px,0px); }

.preload_32 { 
	background:#fff url(../img/preload_32.gif) center no-repeat; width:32px; height:32px; padding:5px; position:absolute; z-index:1000;
	border:#ddd solid 1px; border-radius: 4px; box-shadow: 0 0 4px rgba(0, 0, 0, .3);
}
.preload_16 { 
	background:#fff url(../img/preload_16.gif) center no-repeat; width:16px; height:16px; padding:5px; position:absolute; z-index:1001; margin-top:28px; left:5px;
	border:#ddd solid 1px; border-radius: 4px; box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

.hp_slide { height:138px; float:left; padding:0; margin:0; position:relative; }
.hp_slide img { display:block; border:none !important; margin:0 !important; padding:0 !important; max-width:none !important; max-height:none !important; height:none !important; }


/* ----------------------------------------------------
	cursor
---------------------------------------------------- */

.grab_cursor { cursor:move; }
.grab_cursor { cursor:url(../img/cursor/mozgrab.png) 8 8, move; }
.grabbing_cursor { cursor:url(../img/cursor/mozgrabbing.png) 8 8, move; }


/* ----------------------------------------------------
	tooltip
---------------------------------------------------- */

.hp_tooltip { 
	background:#000; color:#fff; padding:5px 10px; position:absolute; z-index:1001; top:0; max-width:150px; font-size:11px; font-family:inherit; text-align:center; 
	box-shadow: 0 0 14px rgba(0, 0, 0, .5); border:#444 solid 1px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}


/* ----------------------------------------------------
	lightbox
---------------------------------------------------- */

#mask_lightbox { position:absolute; left:0; top:0; z-index:1001; background-color:#000; display:none; }


#popup_lightbox { 
	position:fixed; left:0; top:0; width:16px; height:16px; display:block; z-index:9999; background:#fff; padding:15px; 
	text-align:left; box-shadow: 0 0 30px rgba(0, 0, 0, .8); border-radius: 4px;
}

/*
#menu_lightbox { width:200px; height:40px; position:absolute; background:#fff; top:-40px; margin:0 auto; border-radius:4px 4px 0 0; }
#menu_lightbox .btn_video { width:30px; height:30px; background:#f90; float:left; position:absolute; }
*/

#preload_lightbox { 
	background:#fff url(../img/preload_16.gif) center center no-repeat; width:16px; height:16px; padding:5px; position:absolute; z-index:1001; left:10px; top:10px; border-radius:4px;
}

#close_btn_lightbox { 
	width:31px; height:31px; top:-15px; right:-15px; position:absolute; float:right; cursor:pointer; background:url(../img/btn_close2.png) no-repeat; display:none;
}

.html_content_lightbox { 
	height:86%; background:#fff; overflow:auto; padding:20px; font-family:inherit;
}
.html_content_lightbox p { font-size:12px; line-height:18px; font-family:inherit; color:#7a7a7a; }
.html_content_lightbox h1, h2, h3, h4, h5, h6 { margin-bottom:15px !important; }
.html_content_lightbox img { 
	border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	margin-top:0 !important;
}
.audio_player { background:#000; padding:0px; border-radius:4px; }

.html_content_lightbox::-webkit-scrollbar {
    width: 12px;
}
.html_content_lightbox::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
.html_content_lightbox::-webkit-scrollbar-thumb {
    border-radius: 10px;
	background: rgba(255,255,255,0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.hp_clear { clear:both; }


.hp_slider h1,.hp_slider h2 {
    font-size: 18px !important;
}