
/* Базовые штуки, можно не трогать */

#imc_base {
    position: relative;
    text-align: center;
    margin: 0 auto;
}

#imc_preload {
    visibility: hidden;
    height: 1px;
    width: 1px;
    position: absolute;
}

#imc_html,
#imc_next {
    position: absolute;
}

#imc_line {
    overflow: hidden;
    margin: 1px auto;
    padding: 5px;

}

#imc_line .imc_block {
	width: 5px;
	height: 5px;
	float: left;
	margin: 10px;
}

#imc_line .imc_i {
    font-size: 0; 
    display: block; 
    width: 17px; 
    margin: 0 1px; 
    height: 1px;
}

#imc_line .imc_sq {
    font-size: 0; 
    width: 15px; 
    height: 15px; 
    margin: 0 auto;
}

/* Настройка */


/* Плашка со ссылкой на следующую картинку. тут ширина, цвета, положение на странице. Она одна для всех фоток. */
#imc_next {
	font-family: Arial, Helvetica, sans-serif; 
	font: Arial, Helvetica, sans-serif;
	font-size: 12pt;
    width: 180px;
    background-color: #000;
    top: 400px;
    right: 10px;
    padding: 5px;
    text-align: center;
}

#imc_next_gallery{
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
}

/* Ссылка на плашке */
#imc_next #imc_a {
    color: white;
} 


/* Плашка с текстом */
#imc_html {
    padding: 5px;
    text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
#imc_html p {
    margin: 0;
}

/* 
    Это верхняя штука с квадратиками. 
    Цвет бордера надо менять везде и сразу, чтоб было одинаково.
    Цвет неактивной заливки - в #imc_line .imc_sq 
    Цвет активной заливки - в #imc_line .imc_block_active .imc_sq

*/
#imc_line .imc_i_top {
    border-bottom: 1px solid black; 
}

#imc_line .imc_i_bottom {
    border-top: 1px solid black; 
}

#imc_line .imc_sq {
    background-color: #666; 
    border: 1px solid black; 
    border-right: 2px solid black; 
    border-left: 2px solid black; 
}

#imc_line .imc_block_active .imc_sq {
    background-color: red !important;
}

#imc_next_galery {
   width: 200px;
   background-color: blue;
   top: 200px;
   right: 10px;
   padding: 5px;
   text-align: left;
       position: absolute;
       filter: alpha(opacity=50);
       opacity:0.5;
}

#imc_next_galery a {
   color: white;
}